FMX.Memo.TCustomMemo

From RAD Studio API Documentation
Jump to: navigation, search

FMX.ScrollBox.TCustomPresentedScrollBoxFMX.Controls.Presentation.TPresentedControlFMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentTCustomMemo

Delphi

TCustomMemo = class(TCustomPresentedScrollBox, ITextSettings, ITextActions, IVirtualKeyboardControl, ICaret,
IReadOnly)

C++

class PASCALIMPLEMENTATION TCustomMemo : public Fmx::Scrollbox::TCustomPresentedScrollBox

Properties

Type Visibility Source Unit Parent
class public
FMX.Memo.pas
FMX.Memo.hpp
FMX.Memo FMX.Memo

Description

TCustomMemo is the base class from which all FireMonkey multiline text editing controls, providing text scrolling, are derived.

TCustomMemo provides a separation between data and presentation. The data is accessible through the Model property. You can configure the presentation of the component through some properties like StyledSettings and TextSettings.

When not in focus, TCustomMemo does not draw a selection rectangle even though the user has selected the text. You can verify whether the text is selected by using the SelText property.

See Also