API: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

A data model for this control.

FMX.Memo.Style.TStyledMemo.Model inherits from FMX.ScrollBox.Style.TStyledCustomScrollBox.Model. All content below this line refers to FMX.ScrollBox.Style.TStyledCustomScrollBox.Model. A data model for this control.

See Also