TVarArray = packed record DimCount: Word; Flags: Word; ElementSize: Integer; LockCount: Integer; Data: Pointer; Bounds: TVarArrayBoundArray; end;
struct TVarArray { Word DimCount; Word Flags; int ElementSize; int LockCount; void * Data; TVarArrayBoundArray Bounds; };
System
This is record System.TVarArray.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|