|
|
|
|
|
InAWPMode (Function) In french: EnModeAWP Used to determine if the page currently run is an Active WEBDEV Page. New in version 2025
IF InAWPMode() = True THEN
...
ELSE
...
END
Syntax <Result>: Boolean - True if the page run is an Active WEBDEV Page,
- False in all other cases.
Remarks Function availability InAWPMode can be used in all IDEs to allow for cross-platform code. Functions or procedures that use InAWPMode can be shared between several products without generating any compilation error. Business / UI classification: Neutral code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|