ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Global and local variable
Two types of variables are available......
UnicodeToAnsi (Function)
Converts: a UNICODE string to ANSI (Windows). a buffer containing a UNICODE string to a buffer containing an ANSI string (Windows)....
Project dashboard
The project dashboard provides an overall view of project status via different widgets.......
FontCharset (Property)
The FontCharset property is used to: Find out the character set used by the screen fonts of a control. Modify the character set used by the screen fonts of a control....
TestCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
HExtractMemo (Example)
Usage example of the HExtractMemo function
AutoBrowse (Property)
The AutoBrowse property is used determine if the browse operation performed in a List Box, Looper, Table or Combo Box control based on a data file is automatic or programmed.
SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.
HAlias (Example)
Usage example of the HAlias function
fParentDir (Function)
Returns the path of the parent directory for the specified directory.
HChangeConnection (Example)
Usage example of the HChangeConnection function
Project configuration
Project configurations allow you to adapt the same project to multiple "targets"......
'Image gallery' Looper control
The "Image gallery" Looper control is used to manage the display of a set of images without programming......
WDInst: Customizing the setup program
The setup editor WDInst proposes a standard setup program......
InitialState (Property)
The InitialState property gets the initial state of a control.
HStatCalculate (Function)
Performs various statistical calculations on the file keys.
HCloseConnection (Example)
Usage example of the HCloseConenction function
DescribedName (Property)
The DescribedName property is used to handle the logical name of HFSQL data files (ignoring possible changes made by HAlias).
HReadFirst (Function)
Sets the position on the first record according to a browse item.
zipFindFile (Example)
Usage example of the zipFindFile function