RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXDriver.GetDriverClass Method

Returns class reference for driver.

Pascal
function GetDriverClass: TClass; virtual;
C++
virtual __fastcall TClass GetDriverClass();

GetDriverClass returns a class reference for this driver. This is useful when working with an instance of TDBXDelegateDriver to ensure the class reference of the actual driver being delegated is retrieved. 

 

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