FMX.TreeView.TTreeViewItem.ContentAddObject

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure ContentAddObject(const AObject: TFmxObject); virtual;

C++

virtual void __fastcall ContentAddObject(Fmx::Types::TFmxObject* const AObject);

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
protected
FMX.TreeView.pas
FMX.TreeView.hpp
FMX.TreeView TTreeViewItem


Description

Appelée quand un autre élément d'arborescence est ajouté à l'instance en cours

Redéfinissez ContentAddObject afin de fournir d'autres fonctionnalités quand un élément est ajouté à cet élément d'arborescence.

Voir aussi