FMX.Layouts.TCustomScrollBox.ContentBeforeRemoveObject
Delphi
procedure ContentBeforeRemoveObject(AObject: TFmxObject); virtual;
C++
virtual void __fastcall ContentBeforeRemoveObject(Fmx::Types::TFmxObject* 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 before removing AObject from the scroll box. In TScrollBox, ContentBeforeRemoveObject has no implementation.