ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

dbgCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
HSendMessageToClient (Function)
Displays a message on the client computers.
grSaveBMP (Function)
Saves a chart that was previously drawn in a file in BMP format.
TimestampType (Property)
The TimestampType property is used to: Find out the type of timestamp for an item. This item was defined in the data model editor or through programming. Define the type of timestamp for a Date, Time or DateTime item (when describing the item through programming)....
CalculatedItemExpression (Property)
The CalculatedItemExpression property is used to: Find out the SQL expression that defines the value of a calculated item. This item was defined in the data model editor or through programming. Define the SQL expression returning the value of a calculated item (when describing the item through programming)....
Language (Property)
The Language property is used to get and change the language used.
fCopyFile (Function)
Copies one or more files (regardless of their attributes).
CDEject (Function)
Opens or closes the door of CD/DVD player selected on the current computer....
iImageWidth (Function)
Calculates the width of the image to print (in millimeters).
Mashup
The concept of Mashup consists in aggregating data coming from different software, different services, different data sources, ......
Move (Function)
Allows you to: move an element in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.). The other array elements are moved accordingly. swap two elements in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.)....
dbgCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
ArrayMove (Function)
Allows you to: move an element in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.). The other array elements are moved accordingly. swap two elements in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.)....
HNbRec (Function)
Returns the number of records in a file, query or HFSQL view: active records, crossed records, deleted records, etc.
StringToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string passed in parameter.
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 an interactive diagram
The Diagram Editor control allows end users to create and edit diagrams......
dCopyImage (Example)
Usage example of the dCopyImage function
EmailReadFirst (Example)
Usage example of the EmailReadFirst function
HError (Function)
Returns the number of the last error triggered by the HFSQL engine.
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....
HListTrigger (Function)
Returns the list of triggers applied to one or more HFSQL data files.