RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DSIntf.DSBOOKMRK Record
Pascal
DSBOOKMRK = packed record
  iPos: Integer;
  iState: Integer;
  iRecNo: Integer;
  iSeqNo: Integer;
  iOrderID: Integer;
end;
C++
struct DSBOOKMRK {
  int iPos;
  int iState;
  int iRecNo;
  int iSeqNo;
  int iOrderID;
};

DSIntf

This is record DSIntf.DSBOOKMRK.

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