|
|
|
|
|
- Processes in AJAX mode
- Procedures in AJAX mode
- Function availability
InAJAXMode (Function) In french: EnModeAJAX Specifies whether the code is run from:
IF InAJAXMode() = True THEN
...
ELSE
...
END
Syntax <Result>: Boolean InAJAXMode returns True if the current process is not in AJAX mode but was called from a process in AJAX mode (with ExecuteProcess, for example).
Remarks Function availability InAJAXMode can be used in all IDEs to allow for cross-platform code. Functions or procedures that use InAJAXMode can be shared between several products without generating any compilation error. Business / UI classification: Neutral code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|