RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DBXCommon.TDBXDriverDef Record

Collection of parameters needed when loading a driver.

Pascal
TDBXDriverDef = packed record
  FDriverName: WideString;
  FDriverProperties: TDBXProperties;
  FDBXContext: TDBXContext;
end;
C++
struct TDBXDriverDef {
  BSTR FDriverName;
  TDBXProperties FDriverProperties;
  TDBXContext FDBXContext;
};

DBXCommon

Used by driver implementors. Collection of parameters needed when loading a driver. By collecting these in a single record, parameters can be added without necessarily breaking older drivers. 

 

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