ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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....
dbgCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
HNbRec (Function)
Returns the number of records in a file, query or HFSQL view: active records, crossed records, deleted records, etc.
TableInsert (Function)
Inserts a row into: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
Spreadsheet constants
The following constants are used by the functions for managing Spreadsheet controls:...
TableDeleteChild (Function)
Deletes all child rows from a branch of the hierarchy.
RadioButtonDelete (Function)
Deletes an option from a Radio Button control.
HChangeName (Function)
Modifies the physical name of a data file.
HFlush (Function)
Forces the operating system of the computer where the data files are found to write data onto the disk.
Creating a frameset
WEBDEV proposes several methods for creating a frameset......
dCopyImage (Example)
Usage example of the dCopyImage function
HError (Function)
Returns the number of the last error triggered by the HFSQL engine.
dbgCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
HListTrigger (Function)
Returns the list of triggers applied to one or more HFSQL data files.
Visibility of the elements found in an external component
When creating an external component, you have he ability to define the elements of the external component that will be accessible (or not) by the user of the component......
xlsDocument (Type of variable)
An xlsDocument variable is used to describe and modify an Excel document...
TableInsertChild (Function)
Inserts a row into a TreeView Table control, in a given hierarchy level.
sfDisconnectResult (Type of variable)
The sfDisconnectResult type is used to get the status report of SFDisconnect when disconnecting from a session...
zipCompressionLevel (Function)
Changes the compression level used when creating an archive in ZIP format or in 7z format.
dbgCheckDifferent (Function)
Checks whether the specified expressions are different in assertive programming and in automated test mode.
dbgCheckTrue (Function)
Checks whether an expression is set to True in assertive programming and in automated test mode.
EmailRemoveFolder (Function)
Deletes a folder from the Outlook messaging software or from an IMAP server.
fListDirectory (Function)
Lists the subdirectories of a given directory and returns the full paths of listed subdirectories.
HLast (Function)
Sets the position on the last record of a data file 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....