API:FMX.ActnList.TCustomActionList

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

System.Actions.TContainedActionListSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomActionList

Delphi

TCustomActionList = class(TContainedActionList)

C++

class PASCALIMPLEMENTATION TCustomActionList : public System::Actions::TContainedActionList

プロパティ

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

説明

published 指定されたプロパティを持たないアクションのリストの基底クラスです。

FMX.ActnList.TCustomActionList は System.Actions.TContainedActionList を継承しています。以下の内容はすべて System.Actions.TContainedActionList を参照しています。


published 指定されたプロパティを持たないアクションのリストの基底クラスです。


TContainedActionList を実装すると、すべてのプラットフォーム(FMX、VCL)の共通のプロパティを扱うことができます。

Actions プロパティは、このアクション リストで維持管理されているアクションを列挙したものです。ActionCount プロパティは、このアクション リストに含まれているアクションの数を返します。

OnStateChange は、State プロパティが変化したときに通知を送信します。

関連項目