FMX.ScrollBox.TCustomPresentedScrollBox.ContentInsertObject
Delphi
procedure ContentInsertObject(Index: Integer; const AObject: TFmxObject); virtual;
C++
virtual void __fastcall ContentInsertObject(int Index, Fmx::Types::TFmxObject* const AObject);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | FMX.ScrollBox.pas FMX.ScrollBox.hpp |
FMX.ScrollBox | TCustomPresentedScrollBox |
Description
This method is invoked when you insert a new Object
into the Content children list.