FMX.Memo.TCustomMemoModel

From RAD Studio API Documentation
Jump to: navigation, search

FMX.ScrollBox.TCustomScrollBoxModelFMX.Controls.Model.TDataModelFMX.Presentation.Messages.TMessageSenderSystem.Classes.TPersistentSystem.TObjectTCustomMemoModel

Delphi

TCustomMemoModel = class(TCustomScrollBoxModel)

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.

See Also