ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

MemFirst (Function)
Positions on the first element of a memory area and returns the value of this first element.
Contains (Function)
Allows you to check if a substring is within a string.
HDeleteServerTrigger (Function)
Deletes a server trigger.
fLoadBuffer (Function)
Loads the content of an external file (text, image, ...) in a buffer variable.
DurationToString (Function)
Converts a duration to a character string in the specified format.
HActivateServerTrigger (Function)
Re-enables a server trigger that was disabled by HDeactivateServerTrigger.
SocketExist (Function)
Checks if a socket already exists.
HErrorDuplicates (Function)
Used to check whether a duplicate error occurred.
fDirSize (Function)
Returns the size of a directory in bytes.
WinInput (Function)
Identifies the window containing the WLanguage code currently run.
ParallelTaskWaitAll (Function)
Waits for the end of execution of all parallel tasks found in an array.
InAWPMode (Function)
Used to determine if the page currently run is an Active WEBDEV Page.
SocketDeny (Function)
Run on the server, this function refuses a request for connection to an existing socket found on the server.
fRemoveDir (Function)
Deletes a directory from a disk.
PositionToLine (Function)
Returns the number of the line that contains a character identified by its position in a block of text.
PDFClose (Function)
Closes the PDF file loaded in memory in a pdfDocument variable.
SysXRes (Function)
Returns the horizontal screen resolution.
HPriorityClient (Function)
Modifies the priority of a client application.
PDFOpen (Function)
Opens a PDF document and loads it in a pdfDocument variable.
Speech synthesis in the mobile applications
The phones can talk!......
The different types of integers
dbgCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
InWebMode (Function)
Indicates whether the current process is run: from a WINDEV executable. from the WEBDEV runtime engine (AWP)....
UnicodeToAnsi (Function)
Converts: a UNICODE string to ANSI (Windows). a buffer containing a UNICODE string to a buffer containing an ANSI string (Windows)....