RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DBXCommon.TDBXDriverDef Record

Collection of parameters needed when loading a driver.

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

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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!