FMX.Memo.TCustomMemo.Model

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Model: TCustomMemoModel read GetModel;

C++

__property TCustomMemoModel* Model = {read=GetModel};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FMX.Memo.pas
FMX.Memo.hpp
FMX.Memo TCustomMemo


Beschreibung

Enthält das Datenmodell des Memo-Steuerelements.

Siehe auch