RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
MXCOMMON.TTickInfoRec Record
Pascal
TTickInfoRec = record
  EndTicks: Integer;
  StartTicks: Integer;
  TotalTicks: Integer;
  SName: string;
end;
C++
struct TTickInfoRec {
  int EndTicks;
  int StartTicks;
  int TotalTicks;
  AnsiString SName;
};

MXCOMMON

This is record MXCOMMON.TTickInfoRec.

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