Vcl.ComCtrls.TListColumn.Tag

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Tag: Integer read FTag write FTag default 0;

C++

__property int 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

Stores an integer value as part of a component.

Tag has no predefined meaning. The Tag property is provided for the convenience of developers. It can be used for storing an additional integer value or it can be typecast to any 32-bit value such as a component reference or a pointer.