FMX.Grid.TCustomGrid.ContentRemoveObject
Delphi
procedure ContentRemoveObject(const AObject: TFmxObject); override;
C++
virtual void __fastcall ContentRemoveObject(Fmx::Types::TFmxObject* const AObject);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
protected | FMX.Grid.pas FMX.Grid.hpp |
FMX.Grid | TCustomGrid |
Description
Virtual method to be implemented in subclasses to provide further functionality right after removing AObject from the scroll box.
{{#multireplace:FMX.Grid.TCustomGrid.ContentRemoveObject|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.Layouts.TCustomScrollBox.ContentRemoveObject|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.ContentRemoveObject|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 after removing AObject from the scroll box. In TScrollBox, ContentRemoveObject has no implementation.