RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DSIntf.DSIDXDesc Record
Pascal
DSIDXDesc = packed record
  szName: MIDASNAME;
  iFields: Integer;
  iKeyFields: DSKEY;
  iKeyLen: Integer;
  bUnique: LongBool;
  bDescending: DSKEYBOOL;
  bCaseInsensitive: DSKEYBOOL;
end;
C++
struct DSIDXDesc {
  MIDASNAME szName;
  int iFields;
  DSKEY iKeyFields;
  int iKeyLen;
  LongBool bUnique;
  DSKEYBOOL bDescending;
  DSKEYBOOL bCaseInsensitive;
};

DSIntf

This is record DSIntf.DSIDXDesc.

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