API:Vcl.CheckLst.TCheckListBox.OnDataObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnDataObject: TLBGetDataObjectEvent read FOnDataObject write FOnDataObject;

C++

__property OnDataObject;

Properties

Type Visibility Source Unit Parent
event published
Vcl.CheckLst.pas
Vcl.CheckLst.hpp
Vcl.CheckLst TCheckListBox

Description

Occurs when a virtual list box needs to supply the object associated with an item.

Vcl.CheckLst.TCheckListBox.OnDataObject inherits from Vcl.StdCtrls.TCustomListBox.OnDataObject. All content below this line refers to Vcl.StdCtrls.TCustomListBox.OnDataObject.

Occurs when a virtual list box needs to supply the object associated with an item.

Supply an OnDataObject event handler to dynamically provide objects associated with the items in a virtual list box.

OnDataObject is an event handler of type Vcl.StdCtrls.TLBGetDataObjectEvent.

See Also