ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ServiceRestart (Function)
Restarts a service (already started).
PhysicalName (Property)
The PhysicalName property is used to manage the physical name of HFSQL data files.
DescribedPhysicalName (Property)
The DescribedPhysicalName property is used to manage the physical name of HFSQL data files.
SchedulerSelectPlus (Function)
Selects an appointment in a Scheduler control.
SchedulerSelectMinus (Function)
Deselects an appointment from a Scheduler control.
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
HTTPTimeOut (Function)
Sets the timeout for WLanguage functions that use the HTTP protocol (HTTPRequest, SOAPExecute, DotNetExecute, J2EEExecute, etc.).
ReplicInitialize (Function)
Initializes or reinitializes a replication defined by the replication editor (ReplicEdit).
EmailReadNextHeader (Function)
Reads the header of the email found after the current email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
GglConnect (Function)
Manages authentication on a Google server (via the "OAuth 2.0" authentication mode).
The Drawer control
The Drawer control can be expanded in order to display (or not) the integrated controls......
ArrayMoveLine (Function)
Allows you to: move a row in a two-dimensional array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional array or in an advanced array property....
fCopyDir (Function)
Copies the contents of a directory and its subdirectories.
SQLFirst (Example)
Usage example of the SQLFirst function
HChangeKey (Example)
Usage example of the HChangeKey function
HToItem (Function)
Assigns the specified value to an item of the current record.
FinDecreasingRedemption (Example)
Usage example of the FinDecreasingRedemption function
BurnerProperty (Function)
Used to find out and modify the properties of the current burner.
mlzAddLine (Function)
Adds a new dynamic row into a Multiline Zone control.
TimeSys (Function)
Returns or modifies the system time (current time defined for the current computer).
Managing the Bluetooth keys
Create a new type of application! With no contact between the PC and the mobile device, several processes can be run on the PC by using the data found on the mobile device......
Now (Function)
Returns or modifies the system time (current time defined for the current computer).
WDInst : generating the setup program
Generating the setup program is used to create the setup program according to the characteristics specified in the setup editor WDInst....
ThreadWait (Function)
Waits for the end of the execution of the specified thread.
HOut (Example)
Usage example of the HOut function