API:FMX.Memo.TCustomMemo
Delphi
TCustomMemo = class(TCustomPresentedScrollBox, ITextSettings, ITextActions, IVirtualKeyboardControl, ICaret,
IReadOnly)
C++
class PASCALIMPLEMENTATION TCustomMemo : public Fmx::Scrollbox::TCustomPresentedScrollBox
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| class | public | FMX.Memo.pas FMX.Memo.hpp |
FMX.Memo | FMX.Memo |
説明
データおよびプレゼンテーション間の分離を提供する、スクロール ボックス コントロールの基底クラス。
FMX.Memo.TCustomMemo は FMX.ScrollBox.TCustomPresentedScrollBox を継承しています。以下の内容はすべて FMX.ScrollBox.TCustomPresentedScrollBox を参照しています。
データおよびプレゼンテーション間の分離を提供する、スクロール ボックス コントロールの基底クラス。
TCustomPresentedScrollBox は、TPresentedControl から派生しており、データとプレゼンテーション間の分離を行います。