FMX.TreeView.TTreeViewItem.DoInsertObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoInsertObject(Index: Integer; const AObject: TFmxObject); override;

C++

virtual void __fastcall DoInsertObject(int Index, Fmx::Types::TFmxObject* const AObject);

Properties

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

Description

Adds the specified AObject as a child object at the specified Index in the FChildren of type TList.

DoInsertObject internally calls InsertObject.

See Also