FMX.ScrollBox.TCustomPresentedScrollBox.ContentAddObject
Delphi
procedure ContentAddObject(const AObject: TFmxObject); virtual;
C++
virtual void __fastcall ContentAddObject(Fmx::Types::TFmxObject* const AObject);
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
procedure function |
protected | FMX.ScrollBox.pas FMX.ScrollBox.hpp |
FMX.ScrollBox | TCustomPresentedScrollBox |
Beschreibung
Diese Methode wird aufgerufen, wenn Sie der Liste der untergeordneten Elemente von Content ein neues Objekt hinzufügen.