Navigation: Code Documentation > RSCommon > CommonInterfaces > Interfaces > ICloneable > Methods
ICloneable.SetTag(TRSTag) Method
This method is intended to store an arbitrary integer value. It is called by the Tag property. GetTag method should return the same value later.
Namespace: CommonInterfaces
Delphi
public procedure SetTag(const Value: TRSTag);
Parameters
Value
Type: System.Void
•CommonInterfaces.ICloneable.Tag
•CommonInterfaces.ICloneable.GetTag
•ICloneable
•CommonInterfaces