FMX.TreeView.TCustomTreeView.ContentAddObject
Delphi
procedure ContentAddObject(const AObject: TFmxObject); override;
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 | TCustomTreeView |
Description
Virtual method to be implemented in subclasses to provide further functionality when adding AObject to the scroll box.
{{#multireplace:FMX.TreeView.TCustomTreeView.ContentAddObject|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.Layouts.TCustomScrollBox.ContentAddObject|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.ContentAddObject|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 when adding AObject to the scroll box. In TScrollBox, ContentAddObject has no implementation.