Navigation: Code Documentation > RSCommon > CommonInterfaces > Interfaces > ICloneable > Methods
ICloneable.set_Tag(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.
Note
Required by VCL.Net
Namespace: CommonInterfaces
Delphi
public procedure set_Tag(const Value: TRSTag);
Parameters
Value
Type: System.Void
•CommonInterfaces.ICloneable.Tag
•CommonInterfaces.ICloneable.get_Tag
•ICloneable
•CommonInterfaces