ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing accounts
WEBDEV Account Manager allows you to create a deployment account......
ControlGrayed (Function)
Grays a control or a group of controls. An animation can be set on the controls during this operation.
ControlEnabled (Function)
Enables a control or a group of controls in a window. An animation can be set on the controls during this operation.
OrganizerListAppointment (Function)
Returns: the list of appointments found between two dates in an Organizer control, all appointments found in an Organizer control, a specific appointment (selected or hovered)....
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
Ping (Function)
Checks whether a network address can be reached by using the ICMP protocol (similar to the PING network utility).
EventWait (Function)
Locks the current thread while waiting for the specified event to be opened.
SSHCommand (Function)
Sends a command to an SSH server. The session is automatically started and closed as soon as the command is sent.
fReadLineRegularExpression (Function)
Reads a line in an external file, gets sections of this line according to a regular expression and assigns them to a variable.
Spreadsheet control properties
A Spreadsheet control and its cells can be handled in a window or in a report by the following WLanguage properties......
ParallelTaskExecuteAfter (Function)
Indicates a continuation parallel task that will be run when one of the specified parallel task is completed.
ParallelTaskExecuteAfterAll (Function)
Indicates a continuation parallel task that will be run when all the tasks found in an array of parallel tasks are ended.
CoordinateEditorToScreen (Function)
Converts a size or a position specified in the reference dpi in the editor (160 dpi) to the native dpi of screen on the device where the application is run.
FTPAttribute (Function)
Identifies the attributes of a file found on an FTP server (File Transfer Protocol).
ActionClick (Property)
The ActionClick property is used to define the procedure executed when an element is clicked.
NFC functions
Functions used to manage the NFC standard...
BeaconDetectBackground (Function)
Notifies the application when the device enters or leaves the transmission range of a set of Beacons.
XMLChild (Function)
Positions on the first child element of current element.
ServiceControl (Function)
Sends a control message to a service.
xlsNbWorksheet (Function)
Returns the number of worksheets found in an XLS file.
HTTPCookieRead (Function)
Returns the value of a cookie received further to an HTTP request.
Guided tour management constants
TableToText (Function)
Creates a character string from the data found in a Table or TreeView Table control.
HNext (Function)
Sets the position on the next data file record according to a browse item.
NoSpace (Function)
Returns a string after removing the spaces: from the left and right side of the initial string. within the string....