mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 20:19:16 +02:00
Codetools: Improve OleVariant support. Issue #41704.
This commit is contained in:
parent
0852c1a313
commit
681fed6ffa
@ -362,8 +362,8 @@ const
|
|||||||
xtAllStringTypes = [xtConstString, xtShortString, xtString, xtAnsiString];
|
xtAllStringTypes = [xtConstString, xtShortString, xtString, xtAnsiString];
|
||||||
xtAllWideStringTypes = [xtConstString, xtWideString, xtUnicodeString];
|
xtAllWideStringTypes = [xtConstString, xtWideString, xtUnicodeString];
|
||||||
xtAllPointerTypes = [xtPointer, xtNil];
|
xtAllPointerTypes = [xtPointer, xtNil];
|
||||||
xtAllTypeHelperTypes = xtAllPredefinedTypes-[xtCompilerFunc,xtVariant,xtJSValue,xtNil];
|
xtAllTypeHelperTypes = xtAllPredefinedTypes-[xtCompilerFunc,xtVariant,xtOleVariant,
|
||||||
|
xtJSValue,xtNil];
|
||||||
xtAllStringCompatibleTypes = xtAllStringTypes+[xtChar,xtAnsiChar,xtJSValue];
|
xtAllStringCompatibleTypes = xtAllStringTypes+[xtChar,xtAnsiChar,xtJSValue];
|
||||||
xtAllWideStringCompatibleTypes = xtAllWideStringTypes+[xtWideChar,xtChar];
|
xtAllWideStringCompatibleTypes = xtAllWideStringTypes+[xtWideChar,xtChar];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user