ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SocketClose (Function)
Closes a socket or a connection to a server socket.
XMLOpen (Function)
Loads an XML document from a file, a URL or a string into an xmlDocument variable.
InPHPSimulatorMode (Function)
Indicates whether the code is run in PHP simulator mode.
LooperCount (Function)
Returns the number of rows in a Looper control.
SemaphoreDestroy (Function)
Explicitly destroys a semaphore.
PostMessage (Function)
Sends a Windows message to a control or to a window.
MatCreate (Function)
Creates a matrix containing 0 row and 0 column.
HTTPTimeOut (Function)
Sets the timeout for WLanguage functions that use the HTTP protocol (HTTPRequest, SOAPExecute, DotNetExecute, J2EEExecute, etc.).
StoreFilterAAF (Property)
The StoreFilterAAF property is used to determine and specify if the filters set by the user on a Table or TreeView table control are saved when an application is closed and opened again.
InPHPMode (Function)
Indicates whether the code is run in PHP.
SendMessage (Function)
Sends a Windows message to a control or to a window.
ThreadState (Function)
Returns the current status of a thread.
UUEncode (Function)
Encodes a character string according to the UUEncode algorithm.
InStoredProcedureMode (Function)
Indicates whether the code is run on an HFSQL server.
SchedulerDeleteAppointment (Function)
Deletes an appointment from a Scheduler control.
Contains (Function)
Allows you to check if a substring is within a string.
modbusSession (Type of variable)
The modbusSession type is used to identify a connection to a Modbus server.
EventDestroy (Function)
Explicitly destroys an event.
SemaphoreEnd (Function)
Allows one or more threads to exit from the area protected by the semaphore.
MatCopy (Function)
Creates the copy of a matrix.
MatFloatAdd (Function)
Adds a value to each matrix element.
MatDelete (Function)
Deletes an existing matrix.
HInfoMemo (Function)
Returns the characteristics of binary and text memos.
OrganizerChangeMode (Function)
Modifies the time range displayed by an Organizer control (Day/Week/Month)....
Factorial (Function)
Returns the factorial of an integer number.