Skip to content

Unsupported Types for Oxygene / Delphi #15

@ProHolz

Description

@ProHolz
const
  MAX_SQLFIELDS = 42; 
type
  simple = (sfirst, ssecond, sthird); // Works

// No Support in CodeGen4
  simpleset = set of simple; 
 TSQLFieldBits = set of 0..MAX_SQLFIELDS-1;

 TCombinedArray = Array[0..5, simple] of String; // Mixed Arrays not Supportes

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions