InCollect() Deprecated
Posted: Tue Jul 22, 2025 5:45 am
Hi everyone,
I get a lot of warnings like:
This is related to code like the following:
Is there any documentation on what this method actually does and how it should be replaced?
Also, are there any implications or side effects I should be aware of when simply removing this check?
Thank you
Johannes
I get a lot of warnings like:
'XSharp.RT.Functions.InCollect()' is obsolete: ''InCollect()' is not supported'
This is related to code like the following:
Code: Select all
IF .NOT. InCollect()
UnRegisterAxit(SELF)
SELF:oSomeObject := NULL_OBJECT
ENDIF
Also, are there any implications or side effects I should be aware of when simply removing this check?
Thank you
Johannes