Source position: webidltopas.pp line 38
type TPascalNativeType = ( |
ntUnknown, |
ntNone, |
ntError, |
ntBoolean, |
ntShortInt, |
ntByte, |
ntSmallInt, |
ntWord, |
ntLongint, |
ntCardinal, |
ntInt64, |
ntQWord, |
ntSingle, |
ntDouble, |
ntUnicodeString, |
ntUTF8String, |
ntVariant, |
ntObject, |
ntInterface, |
ntArray, |
ntMethod |
); |