API:System.Tether.AppProfile.TLocalAction.Create

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

Delphi

constructor Create(ACollection: TCollection); override;

C++

__fastcall virtual TLocalAction(System::Classes::TCollection* ACollection);

プロパティ

種類 可視性 ソース ユニット
constructor public
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile TLocalAction

説明

TCustomLocalItem クラスのインスタンスを作成および初期化します。

System.Tether.AppProfile.TLocalAction.Create は System.Tether.AppProfile.TCustomLocalItem.Create を継承しています。以下の内容はすべて System.Tether.AppProfile.TCustomLocalItem.Create を参照しています。

TCustomLocalItem クラスのインスタンスを作成および初期化します。

ローカル項目をインスタンス化するために Create を呼び出してはいけません。代わりに、ローカル項目が属するコレクションの、Add メソッドを呼び出します。

関連項目