so...
---------------------------------
The array of const construction is equivalent to array of TVarRec. TVarRec, declared in the System
unit, represents a record with a variant part that can hold values of integer, Boolean, character, real, string, pointer, class, class reference, interface, and variant types. TVarRec’s VType field indicates the type of each element in the array. Some types are passed as pointers rather than values; in particular, long strings are passed as Pointer and must be typecast to string.
---------------------------------
aus Delphi Hilfe....ganz einfach