ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

NationRightToLeft (Function)
Allows you to find out whether the current language is written from right to left.
WEBDEV: Scheduled tasks and delayed tasks
WEBDEV allows you to implement tasks on the server directly......
Native SQL Server Connector: Retrieving the output value of a stored procedure
The Native SQL Server Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
1. Components provided with WINDEV
WINDEV is provided with projects that contain components....
HTMLToRGB (Function)
Converts the HTML color into RGB color.
YAML (Type of variable)
The YAML type simplifies the handling of data in YAML format.
sysNotification (Type of variable)
The sysNotification type is used to define all the advanced characteristics of an interactive system notification.
Miscellaneous Windows constants
List of constants used by the Windows functions....
H.TemporaryDirectory (Variable)
Allows you to force the directory used to store the temporary files when reindexing the HFSQL data files.
rssBuildString (Function)
Builds the RSS feed and returns the result (in XML format) in a character string.
TableCellSelect (Function)
Returns the coordinates (row number and column number) of a selected cell. This function is kept for backward compatibility. It is recommended to use TableSelect.
HListServer (Function)
Lists the HFSQL servers installed on a computer.
sfUserInfo (Type of variable)
The sfUserInfo type is used to get information about a user...
IWListCount (Function)
Returns the number of internal windows currently found in the list of internal windows browsed by an Internal Window control.
Font management properties
List of font management properties...
fImageSelect (Function)
Opens the image picker of Windows.
Compress (Function)
Compresses a string or a memory block (buffer) in binary format.
HActivateTrigger (Function)
Re-enables a trigger that was disabled by HDeactivateTrigger.
PageToSource (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
Lotus Notes constants
List of constants used by the Lotus Notes functions....
Abandon (Function)
Closes the current window by running the "Click" event of the CANCEL Button control.
Memory (Property)
The Memory property determines if the specified control is populated programmatically or is based on a data file.
DisplayEnabled (Property)
The DisplayEnabled property is used to: determine whether or not a control or window is refreshed. If the control is displayed, its content is refreshed regularly. refresh a control or window....
Supercontrol
A supercontrol is an advanced type of control......
Calling a procedure/a function
Syntax for calling a local or global procedure.