FMX.ScrollBox.TCustomPresentedScrollBox.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.ScrollBox.pas FMX.ScrollBox.hpp |
FMX.ScrollBox | TCustomPresentedScrollBox |
Description
This method is invoked before removing an Object
from the Content children list.