Navigation: Code Documentation > IE > IEValue > Records
TIEValueRec Record
Represents type TIEValueRec.
Namespace: IEValue
Delphi
type TIEValueRec = packed record case Byte of vtInteger: (VInteger: TRSNativeInt; VType: Byte); vtBoolean: (VBoolean: Boolean); vtChar: (VChar: Char); vtWideChar: (VWideChar: WideChar); vtPWideChar: (VPWideChar: PWideChar); vtExtended: (VExtended: Double); vtPointer: (VPointer: Pointer); vtObject: (VObject: TObject); vtClass: (VClass: TClass); end;
Name
Description
Str
Represents field Str.
VBoolean
Represents field VBoolean.
VChar
Represents field VChar.
VClass
Represents field VClass.
VExtended
Represents field VExtended.
VInteger
Represents field VInteger.
VInterface
Represents field VInterface.
VObject
Represents field VObject.
VPointer
Represents field VPointer.
VPWideChar
Represents field VPWideChar.
VType
Represents field VType.
VWideChar
Represents field VWideChar.
Top
•IEValue