ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CriticalSectionEnd (Function)
Marks the end of critical section: the code will be run by another thread.
InAutomaticTestMode (Function)
Used to find out whether an automatic test is currently run or not.
Properties associated with the options of a Switch control
<Image>.Font (Function)
Declares the font that will be used by dTexte in an Image control.
<WDPic variable>.Font (Function)
Declares the font that will be used by dText in a WDPic variable.
<Image variable>.Font (Function)
Declares the font that will be used by dText in an Image variable.
<picLayer variable>.Font (Function)
Declares the font that will be used by dText in a picLayer variable.
SpeechSynthesisInProgress (Function)
Used to find out whether a read operation is in progress on the engine for speech synthesis.
Rich Text Area control properties
A Rich Text Area control can be handled in a window by the following WLanguage properties......
InWidgetMode (Function)
Indicates whether the code is run in Android Widget mode.
TestCheckTrue (Function)
Checks whether an expression is set to True in assertive programming and in automated test mode.
BTIsVisible (Function)
Used to find out whether a Bluetooth radio is visible.
EnumerationCheckName (Function)
Checks whether an enumeration value known by its name is valid.
InWebserviceMode (Function)
Used to find out whether the execution is in progress in the AWWS engine.
dbgStandardOutput (Function)
Writes an information into the standard output stream "stdout" (also called "console").
fDataDirUser (Function)
Returns a directory path for the data of the current user of the current application.
ListSort (Function)
Sorts the elements in a List Box, ListView or Combo Box control populated programmatically.
<List Box>.Sort (Function)
Sorts the elements in a List Box, ListView or Combo Box control populated programmatically.
gFont (Function)
Builds a sequence of characters describing the font that will be used for the text.
EmulateInput (Function)
Performs an input by emulation in a control while checking whether this control is an editable control.
TableInputInProgress (Function)
Indicates whether a Table or TreeView Table control is currently in edit.
ExceptionChangeParameter (Function)
Configures the automatic behavior that will be implemented if an exception occurs in the current process.
InPHPSimulatorMode (Function)
Indicates whether the code is run in PHP simulator mode.
PDFIsProtected (Function)
Checks whether the PDF file requires a password in order to be read.
InWebMode (Function)
Indicates whether the current process is run: from a WINDEV executable. from the WEBDEV runtime engine (AWP)....