FMX.TreeView.TTreeViewItem.ContentRemoveObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ContentRemoveObject(const AObject: TFmxObject); virtual;

C++

virtual void __fastcall ContentRemoveObject(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 removed from the current instance.

Override ContentRemoveObject to provide further functionality when an item is removed from this tree item.

See Also