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

The base class of data models for presented scroll boxes.

FMX.Memo.TCustomMemoModel inherits from FMX.ScrollBox.TCustomScrollBoxModel. All content below this line refers to FMX.ScrollBox.TCustomScrollBoxModel.

The base class of data models for presented scroll boxes.

See Also