ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

dbgCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
dFont (Example)
Usage example of the dFont function
dbgCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
zipCompressionLevel (Function)
Changes the compression level used when creating an archive in ZIP format or in 7z format.
dbgCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
Deploying an action plan
Once created, the action plans must be deployed in order to be run.
HFileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....
Supercontrol
A supercontrol is an advanced type of control......
ListPosition (Function)
Displays a List Box or ListView control from a specified element or returns the index of the first element displayed in a List Box control (if the scrollbar was used).
HIndex (Function)
Rebuilds the file index (".NDX" file).
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......
EmailCloseSession (Example)
Usage example of the EmailCloseSession function
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
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.
HNbRec (Function)
Returns the number of records in an HFSQL file, query or view: active records, deleted records, etc.
HListREP (Function)
Returns the list of assignments for the data files handled by the current application, which means the list of physical files corresponding to the files described in the analysis.
dCopyImage (Example)
Usage example of the dCopyImage function
AppointmentDelete (Function)
Deletes: the current appointment from the calendar of a Lotus Notes or Outlook messaging. an appointment from the calendar found on a mobile device (Android/iOS)....
FileToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the table described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
ArraySeek (Function)
Searches for the index of an element in a WLanguage array.