Navigation: Code Documentation > RSCommon > CommonInterfaces > Interfaces > ICloneable > Methods
ICloneable.GetTag Method
This method is called by the CommonInterfaces.ICloneable.Tag property. It should return the same value that the tag property is set to using the SetTag method.
Namespace: CommonInterfaces
Delphi
public function GetTag: TRSTag;
Return Value
Type: TRSTag
•CommonInterfaces.ICloneable.Tag
•CommonInterfaces.ICloneable.SetTag(TRSTag)
•ICloneable
•CommonInterfaces