ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing menu options in MDI windows
The MDI windows must respect some constraints specific to the MDI applications...
Characteristics of menu options
WINDEV and WINDEV Mobile manage two types of menus...
Manipulating menu options via the context menu
WINDEV and WINDEV Mobile manage two types of menus:...
Manipulating menu options programmatically
Menu options can be manipulated...
HugeFile (Property)
The HugeFile property is used to configure the maximum size of a data file.
NbKeyItem (Property)
The NbKeyItem property is used to get the total number of key items (including composite keys) in a record of: a file described in the data model editor, a file described through programming, an HFSQL view, a query....
KeyExpression (Property)
The KeyExpression property is used to set the different components of a composite key.
MatDeterminant (Function)
Calculates the determinant of a square matrix (the number of rows is equal to the number of columns).
MatWrite (Function)
Writes an element into a matrix.
MatRead (Function)
Reads the value of a matrix element.
HFree (Function)
Transforms the crossed records (HCross) into deleted records.
HRecordDate (Function)
Returns the date and time of the last write operation performed on a record in an HFSQL file (Classic or Client/Server)....
XMLParent (Function)
Positions on the parent element of current element (tag or attribute).
Print functions
List of print functions...
EmailReadNext (Example)
Usage example of the EmailReadNext function
HListProvider (Function)
Returns the list of OLE DB providers and/or Native Connectors installed on the current computer....
iPrintBarCode (Function)
Prints a bar code (inside a rectangle).
ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.
InAJAXMode (Function)
Specifies whether the code is run from: a process in AJAX mode. a procedure called by AJAXExecute or AJAXExecuteAsynchronous....
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP).
dbgLogOption (Function)
Retrieves or modifies the options of the runtime log.
XMLWrite (Function)
Creates or modifies the value of an XML element or the value of the attribute for an XML element.
Default (Property)
The Default property is used to determine if a parameter has been passed to a procedure with a custom or default value.
After (Property)
The After property replaces or inserts a procedure after the other procedures in: a Procedure variable. an event associated with a control....
HexaToBuffer (Function)
Converts a string with hexadecimal bytes to a binary buffer.
InitRandom (Function)
Initializes the generator of random numbers.
Directory (Property)
The Directory property is used to manage the physical directory of HFSQL files.
Random (Function)
Returns a random number.
MemPrevious (Function)
Positions on the element found before the current element of a memory zone and returns the value of this element.