ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableExpand (Function)
Expands: a branch that was previously collapsed in a TreeView Table control. a branch that was previously collapsed in a Table control. a detailed window displayed for a row....
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP).
HSetReplication (Function)
Temporarily disables (or re-enables) the replication.
FTPCommand (Function)
Sends a specific FTP command to a server.
Num1stDayOfTheWeek (Property)
The Num1stDayOfTheWeek property gets and sets the 1st day of the week displayed in: a Calendar control. an Organizer control. a Scheduler control. an edit control in Date format with Calendar....
Data persistence
The data persistence is used to store the value typed by the user......
ArrayReverse (Function)
Reverses the content of a one-dimensional array.
ChangeCharset (Function)
Retrieves and/or changes the character set used: by all the screen fonts. by all the operations performed on the character strings (functions and/or operators)....
xlsColumnType (Function)
Returns the type of data entered in a column of an XLS file.
CertificateSignString (Function)
Creates the signature of a character string.
InputEnabled (Property)
The InputEnabled property is used to: Determine if a control or a group of controls is editable or read-only. Change the input options for a control or group of controls....
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector......
ExceptionThrow (Function)
Artificially triggers the security mechanism of WLanguage by throwing an exception.
LooperSelectMinus (Function)
Deselects a row in a Looper control.
SaveParameter (Function)
Saves a persistent value in the registry or in another file specified by InitParameter.
SSHDisconnectShell (Function)
Closes an SSH session that was opened by SSHConnectShell.
SSHWrite (Function)
Writes data into the specified SSH session.
HTTPResetForm (Function)
Clears an HTTP form that is currently edited.
Source (Property)
The Source property can be used on: a Chart control: in this case, the Source property is used to get the source of the series: Table column, list of values, ... a connection: in this case, the Source property is used to get or set the source of a connection (HFSQL Client/Server, OLE DB, etc.)....
ProjectInfo (Function)
Returns specific information about the project currently run.
SSHRead (Function)
Reads the data found on the output buffer of the SSH session.
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
HOnServerCall (Function)
Customizes the management of message display on the client computer and the management of disconnection from a client computer.
ReplicSynchronize (Function)
Synchronizes the data corresponding to a replication.
XMLBuildString (Function)
Retrieves and formats the content of an XML document (created by XMLDocument and modified by the XML functions).