FMX.Memo.Style.TStyledMemo.Model

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Model: TCustomMemoModel read GetModel;

C++

__property Fmx::Memo::TCustomMemoModel* Model = {read=GetModel};

Properties

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

Description

Component data model.

The Model property is the component data model with type TCustomMemoModel.

See Also