FMX.Layouts.TCustomScrollBox.ContentRemoveObject
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.Layouts.pas FMX.Layouts.hpp |
FMX.Layouts | TCustomScrollBox |
Description
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.