API: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

Embarcadero Technologies does not currently have any additional information.