FMX.TreeView.TCustomTreeView.ContentBeforeRemoveObject
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.
{{#multireplace:FMX.TreeView.TCustomTreeView.ContentBeforeRemoveObject|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.Layouts.TCustomScrollBox.ContentBeforeRemoveObject|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.Layouts.TCustomScrollBox.ContentBeforeRemoveObject|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
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.