RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseProvider.Create Constructor

Creates and initializes a TBaseProvider object.

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

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

AOwner specifies the component, typically a form or data module, that is responsible for freeing the provider. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!