API:Vcl.CheckLst.TCheckListBox.OnDataObject

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnDataObject: TLBGetDataObjectEvent read FOnDataObject write FOnDataObject;

C++

__property OnDataObject;

Propriétés

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

Description

Se produit lorsqu'une boîte liste virtuelle a besoin de fournir l'objet associé à un élément.

Vcl.CheckLst.TCheckListBox.OnDataObject hérite de Vcl.StdCtrls.TCustomListBox.OnDataObject. Tout le contenu en-dessous de cette ligne se réfère à Vcl.StdCtrls.TCustomListBox.OnDataObject.

Se produit lorsqu'une boîte liste virtuelle a besoin de fournir l'objet associé à un élément.

Fournissez un gestionnaire d'événements OnDataObject pour fournir dynamiquement des objets associés aux éléments d'une boîte liste virtuelle.

OnDataObject est un gestionnaire d'événements du type Vcl.StdCtrls.TLBGetDataObjectEvent.

Voir aussi