TComponent.Tag

Tag value of the component.

Declaration

Source position: classesh.inc line 2147

published Property
  Tag : PtrInt;

Description

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.

See also

Name Description
PtrInt Signed integer type with same size as Pointer.
Name Name of the component.