FMX.Memo.TCustomMemo.Model

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Model: TCustomMemoModel read GetModel;

C++

__property TCustomMemoModel* Model = {read=GetModel};

Properties

Type Visibility Source Unit Parent
property public
FMX.Memo.pas
FMX.Memo.hpp
FMX.Memo TCustomMemo

Description

Holds the data model of the memo control.

See Also