|
RAD Studio VCL Reference
|
Returns a registered provider component given its name.
function GetProvider(const ProviderName: string): TCustomProvider; virtual;
virtual __fastcall TCustomProvider GetProvider(const AnsiString ProviderName);
GetProvider returns the reference to a provider given its name. ProviderName specifies the name of a provider that is returned. If ProviderName is not one of the names returned by CRDMGetProviderNames, or if the provider's Exported property is false, GetProvider raises an exception.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|