RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.TDynArrayTypeInfo Record
Pascal
TDynArrayTypeInfo = packed record
  kind: Byte;
  name: string[0];
  elSize: Longint;
  elType: ^PDynArrayTypeInfo;
  varType: Integer;
end;
C++
struct TDynArrayTypeInfo {
  Byte kind;
  string[0] name;
  Longint elSize;
  ^PDynArrayTypeInfo elType;
  int varType;
};

This is record System.TDynArrayTypeInfo.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!