API:Data.DB.TParam.Create

Aus RAD Studio API Documentation

Delphi

constructor Create(Collection: TCollection); overload; override;
constructor Create(AParams: TParams; AParamType: TParamType); reintroduce; overload;

C++

__fastcall virtual TParam(System::Classes::TCollection* Collection)/* overload */;
__fastcall TParam(TParams* AParams, TParamType AParamType)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Data.DB.pas
Data.DB.hpp
Data.DB TParam

Beschreibung

Erstellt und initialisiert eine Instanz von TCollectionItem. {{#multireplace:Data.DB.TParam.Create|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} erbt von {{#multireplace:System.Classes.TCollectionItem.Create|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. Der folgende Inhalt bezieht sich auf {{#multireplace:System.Classes.TCollectionItem.Create|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Erstellt und initialisiert eine Instanz von TCollectionItem.

Rufen Sie Create nicht auf, um ein Sammlungselement zu instantiieren. Rufen Sie stattdessen die Methode Add der Sammlung auf, zu der das Element gehören soll.

Collection bezeichnet die TCollection-Instanz, zu der das neue Element gehört.

Siehe auch