Loading...
 

CX_SYSTEM_OBJECT::CheckMask

CX_SYSTEM_OBJECT::CheckMask

Description:

Returns the currently valid mask bits of the validity check of objects.

Code example:
Var(originalSystemValidity)

// Get system validity settings

SystemObject Call(CheckMask) -> originalSystemValidity

 

// Switch off any check of validity

0 SystemObject Call(SetCheckMask)

 

// Do something without check of validity

...

 

// Reset original settings

originalSystemValidity SystemObject Call(SetCheckMask)

Stack
Stack Position Object type Brief description
Stack(In) Top -
Stack(Out) Top CHECK_TERM, CHECK_DOMAIN
Function call: Call(CheckMask)

Related topics

CHECK_DOMAIN = 1 and CHECK_TERM = 2 are predefined constants of the InstantView® language