API:Vcl.Taskbar.TThumbBarButtonList.Create

提供:RAD Studio API Documentation

Delphi

constructor Create(const AOwner: TPersistent; const AOwnerItem: TCollectionItem = nil);

C++

__fastcall TThumbBarButtonList(System::Classes::TPersistent* const AOwner, System::Classes::TCollectionItem* const AOwnerItem);

プロパティ

種類 可視性 ソース ユニット
constructor public
Vcl.Taskbar.pas
Vcl.Taskbar.hpp
Vcl.Taskbar TThumbBarButtonList

説明

Create は,TOwnedCollection のインスタンスを作成および初期化します。 {{#multireplace:Vcl.Taskbar.TThumbBarButtonList.Create|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} は {{#multireplace:System.Classes.TOwnedCollection.Create|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を継承しています。以下の内容はすべて {{#multireplace:System.Classes.TOwnedCollection.Create|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を参照しています。

Create は,TOwnedCollection のインスタンスを作成および初期化します。

Create メソッドは,TPersistent クラスから派生したインスタンスオブジェクトの名前と,下位クラスの TCollectionItem の名前という 2 つのパラメータをとります。1 つめは,TPersistent から派生したインスタンスオブジェクトの名前で,TOwnedCollection インスタンスのオーナーを表します。2 番めのパラメータは,Add メソッドによって作成された項目のクラスを決定します。

関連項目