RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.TVarArrayBound Record
Pascal
TVarArrayBound = packed record
  ElementCount: Integer;
  LowBound: Integer;
end;
C++
struct TVarArrayBound {
  int ElementCount;
  int LowBound;
};

System

This is record System.TVarArrayBound.

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