FMX.StdActns.TSysCommonAction

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

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

Delphi

TSysCommonAction = class (TCustomAction)

C++

class PASCALIMPLEMENTATION TSysCommonAction : public Fmx::Actnlist::TCustomAction

プロパティ

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


説明

システム機能を提供する標準アクションの基底クラス。

TSysCommonAction はシステム アクションで使用するプロパティやイベントを published の可視性で再宣言して、TCustomAction クラスを拡張します。 次のものがあります: CustomTextEnabledHelpContextHelpKeywordHelpTypeHintSecondaryShortCutsShortCutVisibleUnsupportedArchitecturesOnCanActionExecOnUpdate

プロパティやイベントが published スコープになることで、オブジェクト インスペクタの使用が可能になり、設計時に、これらプロパティの値の編集やイベント ハンドラの定義で使用することができます。

TSysCommonAction から派生した標準アクションは次の通りです:

関連項目