FMX.Presentation.Style.TStyledPresentation

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

FMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTStyledPresentation

Delphi

TStyledPresentation = class(TStyledControl)

C++

class PASCALIMPLEMENTATION TStyledPresentation : public Fmx::Controls::TStyledControl

プロパティ

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


説明

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

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

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

関連項目