In der TypeInfo sind die Namen der einzelnen Werte des ENUMs in einer #0-terminierten Liste gespeichert und das Ende diese Liste ist eine #0#0 Doppelnull.
Delphi-Quellcode:
TFPInstruction = (
fpiMOV_REG_CONST,
fpiMOV_REG_REG
);
'fpiMOV_REG_CONST'#0'fpiMOV_REG_REG'#0#0
Fast richtig, sie sind als packed utf8 shortstrings gespeichert, also so:
Code:
#16'fpiMOV_REG_CONST'#14'fpiMOV_REG_REG'