System.TDynArrayTypeInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

  TDynArrayTypeInfo = packed record
    kind: TTypeKind;
    name: Byte; {string[0];}
    elSize: Integer;
    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.

See Also