FMX.Memo.TCustomMemo.IsAddToContent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
FMX.Memo.pas
FMX.Memo.hpp
FMX.Memo TCustomMemo

Beschreibung

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

FMX.Memo.TCustomMemo.IsAddToContent erbt von FMX.ScrollBox.TCustomPresentedScrollBox.IsAddToContent. Der folgende Inhalt bezieht sich auf FMX.ScrollBox.TCustomPresentedScrollBox.IsAddToContent.

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

Siehe auch