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