FMX.ScrollBox.TCustomPresentedScrollBox.IsAddToContent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function IsAddToContent(const AObject: TFmxObject): Boolean; virtual;

C++

virtual bool __fastcall IsAddToContent(Fmx::Types::TFmxObject* const AObject);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
FMX.ScrollBox.pas
FMX.ScrollBox.hpp
FMX.ScrollBox TCustomPresentedScrollBox


Beschreibung

Legt fest, ob bei Bedarf AObject dem Inhalt (Content) hinzugefügt wird oder nicht.

Siehe auch