System.Tether.AppProfile.TCustomLocalItem.Create

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

Delphi

constructor Create(ACollection: TCollection); override;

C++

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

プロパティ

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


説明

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

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

関連項目