Entweder gibt
High
immer "Integer" zurück
oder der Cardinal wird fälschlich als Integer ans
array of const
übergeben,
da TVarRec (System.pas) kein Cardinal kennt. (der interne Typ des CONST im
array of const
)
Versuch mal
Int64(High(Cardinal))
.
Zitat:
function Format(const Format: string; const Args: array of const): string;