FMX.TreeView.TCustomTreeView.ContentBeforeRemoveObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ContentBeforeRemoveObject(AObject: TFmxObject); override;

C++

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

Properties

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

Description

Virtual method to be implemented in subclasses to provide further functionality right before removing AObject from the scroll box.

FMX.TreeView.TCustomTreeView.ContentBeforeRemoveObject inherits from FMX.Layouts.TCustomScrollBox.ContentBeforeRemoveObject. All content below this line refers to FMX.Layouts.TCustomScrollBox.ContentBeforeRemoveObject.

Virtual method to be implemented in subclasses to provide further functionality right before removing AObject from the scroll box. In TScrollBox, ContentBeforeRemoveObject has no implementation.

See Also