RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TParam.Create Constructor (TCollection)

Creates an instance of TParam and inserts it in a parameter list.

Pascal
constructor Create(Collection: TCollection); override; overload;
constructor Create(AParams: TParams; AParamType: TParamType); overload; reintroduce;
C++
virtual __fastcall TParam(TCollection Collection);
__fastcall TParam(TParams AParams, TParamType AParamType);

Call Create to instantiate a TParam object. TParam objects are usually created by the dataset that uses them to represent its field parameters. 

AParams is the TParams object to which the parameter belongs. 

AParamType indicates how the parameter is to be used. It becomes the value of the ParamType property. 

Collection is the TParams object to which the parameter belongs. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!