RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DBTables.TParamBindMode Enumeration
Pascal
TParamBindMode = (
  pbByName,
  pbByNumber
);
C++
enum TParamBindMode {
  pbByName,
  pbByNumber
};

DBTables

This is record DBTables.TParamBindMode.

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