System.TDynArrayTypeInfo
From RAD Studio API Documentation
Delphi
TDynArrayTypeInfo = packed record kind: Byte; name: Byte; {string[0];} elSize: Longint; elType: ^PDynArrayTypeInfo; varType: Integer; end;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| record | public | System.pas | System | System |
Description
Represents the type information of a dynamic array.
TDynArrayTypeInfo represents the type information of a dynamic array.
Note: The TDynArrayTypeInfo structure is used internally.