Source position: pasresolver.pp line 398
type TResolveBaseTypes = set of ( |
btNone, |
btCustom, |
btContext, |
btModule, |
btUntyped, |
btChar, |
btWideChar, |
btString, |
btWideString, |
btUnicodeString, |
btSingle, |
btDouble, |
btExtended, |
btCExtended, |
btCurrency, |
btBoolean, |
btByteBool, |
btWordBool, |
btLongBool, |
btQWordBool, |
btByte, |
btShortInt, |
btWord, |
btSmallInt, |
btUIntSingle, |
btIntSingle, |
btLongWord, |
btLongint, |
btUIntDouble, |
btIntDouble, |
btQWord, |
btInt64, |
btComp, |
btPointer, |
btFile, |
btText, |
btVariant, |
btNil, |
btProc, |
btBuiltInProc, |
btArrayProperty, |
btSet, |
btArrayLit, |
btArrayOrSet, |
btRange |
); |