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

The base class for scroll box controls providing a separation between the data and presentation.

FMX.Memo.TCustomMemo inherits from FMX.ScrollBox.TCustomPresentedScrollBox. All content below this line refers to FMX.ScrollBox.TCustomPresentedScrollBox.

The base class for scroll box controls providing a separation between the data and presentation.

TCustomPresentedScrollBox is derived from the TPresentedControl and provides a separation between the data and presentation.

See Also