[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Tag value of the component.
Source position: classesh.inc line 1873
published property TComponent.Tag : PtrInt |
Tag can be used to store an integer value in the component. This value is streamed together with all other published properties. It can be used for instance to quickly identify a component in an event handler.
|
Name of the component. |