RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataSetProvider.Create Constructor

Creates and initializes a TDataSetProvider object.

Pascal
constructor Create(AOwner: TComponent); override;
C++
virtual __fastcall TDataSetProvider(TComponent * AOwner);

Call Create to instantiate a provider at runtime. Providers placed in forms or data modules at design time are created automatically. 

 

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