RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TParams.Create Constructor ()

Creates an instance of TParams.

Pascal
constructor Create(Owner: TPersistent); overload;
constructor Create; overload;
C++
__fastcall TParams(TPersistent * Owner);
__fastcall TParams();

Call Create to instantiate a TParams object. Most applications will not need to create a TParams list, as it is created by the dataset that uses the TParams object. 

 

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