Vcl.ListActns.TListControlItem.Data

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Data: TCustomData read FData write SetData;

C++

__property void * Data = {read=FData, write=SetData};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ListActns.pas
Vcl.ListActns.hpp
Vcl.ListActns TListControlItem

Description

Points to user-defined data associated with the control.

Set Data to associate this item with application-specific data. Data has no predefined meaning, although it is used for sorting items when the managing collection's SortType property is stData.

See Also