API:FMX.Edit.Style.TStyledEdit

提供: RAD Studio API Documentation
移動先: 案内検索

FMX.Presentation.Style.TStyledPresentationFMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTStyledEdit

Delphi

TStyledEdit = class(TStyledPresentation, ITextInput, ITextSpellCheck, ITextSpellCheckActions)

C++

class PASCALIMPLEMENTATION TStyledEdit : public Fmx::Presentation::Style::TStyledPresentation

プロパティ

種類 可視性 ソース ユニット
class public
FMX.Edit.Style.pas
FMX.Edit.Style.hpp
FMX.Edit.Style FMX.Edit.Style

説明

表示用コントロールのスタイル付きプレゼンテーションの基底クラス。

FMX.Edit.Style.TStyledEdit は FMX.Presentation.Style.TStyledPresentation を継承しています。以下の内容はすべて FMX.Presentation.Style.TStyledPresentation を参照しています。

表示用コントロールのスタイル付きプレゼンテーションの基底クラス。

スタイル付きプレゼンテーションは、FireMonkey スタイル付きコントロールを使用する表示用コントロールを表します。スタイル付きプレゼンテーションは、ControlType プロパティが Styled と等しいときに使用されます。FireMonkey がネイティブ プレゼンテーション サポートを提供していないプラットフォームについては、FireMonkey は ControlType 値に関係なく、デフォルトのスタイル付きプレゼンテーションを使用します。

TStyledPresentation extends TStyledControl を拡張しており、このクラスでは、関連付けられている PresentedControl や、スタイル付きプレゼンテーション オブジェクトのコンストラクタで指定されたデータ モデルとのデータのやり取りを可能する、メソッドやプロパティが定義されています。

関連項目