ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HExecuteProcedure (Function)
Runs a stored procedure.
Phone (Type of variable)
The Phone type is used to handle a phone number as well as its type (home, work, ...).
NotificationDisplay (Function)
Displays a message outside the browser.
iResetNbPages (Function)
Reinitializes the current number of pages, used in the preset controls such as "Number of pages" and "Page number and number of pages".
HexaToBuffer (Function)
Converts a string with hexadecimal bytes to a binary buffer.
ContactSelect (Function)
Displays the list of contacts found on the device (Android, iPhone or iPad).
Server (Property)
The Server property is used to manage the data source of a connection (HFSQL Client/Server, OLE DB, etc.)....
grPrint (Function)
Prints a chart.
Binary (Property)
The Binary property is used to determine if an item is binary.
TimeToInteger (Function)
Converts a time to an integer.
HToFile (Function)
Copies a data source (file, query, view, ...) to a physical HFSQL table with the same description. This table is neither encrypted nor password protected.
NetworkConnect (Function)
Associates a drive with a shared network directory.
grCategoryColor (Function)
Initializes the category color for a chart whose type is: Pie, Column, Bubble chart, Waterfall....
MmoEncryption (Property)
The MmoEncryption property is used to set the encryption method of the memo file (.MMO) associated with the data file.
MultimediaWidth (Function)
Returns the width (in pixels) of the source image of the media file played in the Multimedia control.
MultimediaHeight (Function)
Returns the height (in pixels) of the source image of the media file played in the Multimedia control.
GOTO statement
The GOTO statement is used to run a code identified by a given label...
SOAPGetHeader (Function)
Retrieves a header in the SOAP message received further to a call to a Webservice.
MaxSourceCardinality (Property)
The MaxSourceCardinality property gets and changes the maximum cardinality of the source item in the link.
MinSourceCardinality (Property)
The MinSourceCardinality property is used to get and modify the minimum cardinality of the source item in the link.
SourceKey (Property)
The SourceKey property sets the characteristics of a link.
Extension (Property)
The Extension property is used to: get the extension of a file defined in the data model editor or through programming. define the extension of a file (when the file is described through programming only)....
SCM: Retrieving changes made in a branch
Any changes made in a branch can be retrieved in the main version of the application......