Navigation: Code Documentation > RSCommon > GValue > Enumerations
TValueType Enumeration
Represents type TValueType.
Namespace: GValue
Delphi
type TValueType = ( vtInteger, vtBoolean, vtChar, vtFloat, vtString, vtPointer, vtPChar, vtObject, vtClass, vtWideChar, vtPWideChar, vtAnsiString, vtCurrency, vtVariant, vtInterface, vtWideString, vtInt64 , vtUnicodeString );
Name
Description
vtAnsiString
Represents constant vtAnsiString.
vtBoolean
Represents constant vtBoolean.
vtChar
Represents constant vtChar.
vtClass
Represents constant vtClass.
vtCurrency
Represents constant vtCurrency.
vtFloat
Represents constant vtFloat.
vtInt64
Represents constant vtInt64.
vtInteger
Represents constant vtInteger.
vtInterface
Represents constant vtInterface.
vtObject
Represents constant vtObject.
vtPChar
Represents constant vtPChar.
vtPointer
Represents constant vtPointer.
vtPWideChar
Represents constant vtPWideChar.
vtString
Represents constant vtString.
vtUnicodeString
Represents constant vtUnicodeString.
vtVariant
Represents constant vtVariant.
vtWideChar
Represents constant vtWideChar.
vtWideString
Represents constant vtWideString.
Top
•GValue