// Code run from UMC?
PROCEDURE Check()
...
IF InUMCMode() = True THEN
// Procedure run from UMC
...
ELSE
// Standard case
// Process to perform
...
END
Syntax
<Result>: Boolean
- True if the code is run from a User Macro-Code,
- False otherwise.
Versions 25 and later
New in version 25
Remarks
Availability of the function
InUMCMode is available for all the products to allow for a multi-product code. Functions or procedures that use InUMCMode can be shared between several products without generating any compilation error.
Business / UI classification : Neutral code