FMX.Memo.TCustomMemoModel
Delphi
TCustomMemoModel = class(TCustomScrollBoxModel, ITextLinesSource)
C++
class PASCALIMPLEMENTATION TCustomMemoModel : public Fmx::Scrollbox::TCustomScrollBoxModel
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | FMX.Memo.pas FMX.Memo.hpp |
FMX.Memo | FMX.Memo |
Description
Data model for the TMemo control.
The TCustomMemoModel represents the data model for the TMemo control which provides separation between data and representation.