FMX.ActnList.TCustomViewAction

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

FMX.ActnList.TCustomActionSystem.Actions.TContainedActionSystem.Classes.TBasicActionSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomViewAction

Delphi

TCustomViewAction = class(TCustomAction)

C++

class PASCALIMPLEMENTATION TCustomViewAction : public TCustomAction

プロパティ

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


説明

指定されたコンポーネントを実行時に表示するアクションの基底クラスです。

TCustomViewAction の下位クラスは、アクションが実行された際に表示されるコンポーネントと関連づけられます。

TCustomViewAction は、TCustomAction を拡張して、アクションが実行された際にアクションが表示するコンポーネントを宣言します。

TObjectViewActionTCustomViewAction クラスを拡張しており、このクラスでは、FmxObject プロパティが定義され、コンポーネント値を保持しています(この場合は TFmxObject 型オブジェクト)。

TObjectViewAction の下位クラスは、アクションが実行された際に表示される、TFmxObject 型コンポーネントと関連づけられます。
TVirtualKeyboard および TViewAction は、TObjectViewAction から派生した標準アクションです。

通常のアクション(TActionTControlActionTCustomValueRangeAction、など)とは異なり、TCustomViewAction(とその下位クラス)は、CaptionEnabledCheckedGroupIndexShortCutVisibleOnExecute プロパティの値における変更を、アクション リンクでリンク付けされたクライアントの対応プロパティに伝播しません。

関連項目