Vcl.ComCtrls.TListColumn.Tag

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Tag: NativeInt read FTag write FTag default 0;

C++

__property System::NativeInt Tag = {read=FTag, write=FTag, default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TListColumn

Description

Tag stores an integer value as part of a component.

Tag is defined as NativeInt and is provided for developers' convenience. It can be used for storing an additional integer value or it can be typecast to any value such as a component reference or a pointer.

See Also