FMX.TreeView.TTreeViewItem.ContentAddObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ContentAddObject(const AObject: TFmxObject); virtual;

C++

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

Properties

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

Description

Called when another tree item is added to the current instance.

Override ContentAddObject to provide further functionality when an item is added to this tree item.

See Also