March 2000
Intermediate to advanced
576 pages
18h 13m
English
OleVariant Type
type OleVariant;
The OleVariant type is the same as the
Variant type, except that an
OleVariant can store only OLE-compatible types. In
particular, an OleVariant cannot store a Delphi
string, but must store a wide string instead.
When you assign a value to an OleVariant, Delphi
automatically converts its value to an OLE-compatible value, that is,
it converts an AnsiString
(varString) to a wide string
(varOleStr).
| AnsiString Type, PWideChar Type, String Keyword, VarCast Procedure, VarCopy Procedure, Variant Type, WideString Type |
Read now
Unlock full access