ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

InWebserviceMode (Function)
Used to find out whether the execution is in progress in the AWWS engine.
iDocumentCanceled (Function)
Used to find out whether the current print was canceled by the user.
NotesOut (Function)
Used to find out whether a current document exists in Lotus Notes.
InFactoryMode (Function)
Indicates whether the code is run by an action plan of the software factory.
SaaSIsConnected (Function)
Defines whether the connection to the SaaS web service is still established.
PDFIsProtected (Function)
Checks whether the PDF file requires a password in order to be read.
WinInitialized (Function)
Used to find out whether the "end of initialization" code was run for a window.
InVGAMode (Function)
Indicates whether the application is run in VGA mode on a mobile device.
CombinationCheckName (Function)
Checks whether a combination of one of more options known by their names is valid.
NationRightToLeft (Function)
Allows you to find out whether the current language is written from right to left.
EnumerationCheckValue (Function)
Checks whether an enumeration value known by its associated value is valid.
PropertyExist (Function)
Used to find out whether a property exists on a control or on a class instance.
IniOSEmulatorMode (Function)
Indicates whether the code is run in the iOS emulator (iPhone, iPad).
IniOSSimulatorMode (Function)
Indicates whether the code is run in the iOS simulator (iPhone, iPad).
ScrollbarIsVisible (Function)
Used to find out whether the scrollbar of a control in a WINDEV application is visible.
<Chart>.AutoRefreshSeries (Function)
Identifies or defines whether a series is refreshed whenever the chart is drawn.
<Table>.InputInProgress (Function)
Indicates whether a Table or TreeView Table control is currently in edit.
RegexMatch (Function)
Checks whether a string matches the format defined by a regular expression.
DnDIsDataAvailable (Function)
Checks whether a specific type of data is available during Drag/Drop....
TableInputInProgress (Function)
Indicates whether a Table or TreeView Table control is currently in edit.
AJAXAvailable (Function)
Used to find out whether the AJAX technology is supported by the current browser.
grAutoRefreshSeries (Function)
Identifies or defines whether a series is refreshed whenever the chart is drawn.
Combination (Type of variable)
A combination is a set of options.
In64bitMode (Function)
Indicates whether the code is run in 64-bit mode or not.
EmulateInput (Function)
Performs an input by emulation in a control while checking whether this control is an editable control.