ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HCreateMovableReplica (Function)
Creates a movable replication.
Clickable control in a report
The report editor allows you to propose clickable controls during the print preview......
iSelectFont (Function)
Creates a new print font from the standard window for font selection...
grScatterPointSize (Function)
Defines the size of points in a "Scatter" chart.
MatStack (Function)
Compresses the memory footprint occupied by a matrix.
iPrint (Function)
Sends the character string passed as parameter to the print buffer.
MyControl (Reserved word)
The MyControl keyword represents the control that holds the process being executed.
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
Creating a WINDEV SOAP Server application
The SOAP Server application is an application containing all the procedures to run......
Dynamic Automation object
A dynamic automation object is an automation object allocated upon request, during the program execution...
HDeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
InWindowsMobileMode (Function)
Indicates whether the code is run: from a Windows Mobile application. from a WINDEV application, from a WEBDEV site or from a PHP application. Function kept for backward compatibility....
Server (Property)
The Server property is used to manage the data source of a connection (HFSQL Client/Server, OLE DB, etc.)....
gFontItalic (Function)
Builds a sequence of characters used to specify whether or not the text that follows the call to this function is in italic type.
gFontUnderlined (Function)
Builds a sequence of characters to specify whether or not the text that follows the call to this function is underlined.
HSetServer (Function)
Used to find out and modify some settings of HFSQL Client/Server server....
grAxisTitleFont (Function)
Modifies the font used for the titles of the chart axes.
TableInsert (Function)
Inserts a row into: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
grTitleFont (Function)
Modifies the font used for the chart title.
grLegendFont (Function)
Modifies the font used for the chart legend.
gFontBold (Function)
Builds a sequence of characters used to specify whether the text that follows the call to this function is in bold or not.
Installing and starting WDTRAD
fWrite (Function)
Writes: a character string into an external file. a memory section....
SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.
TableFormulaAdd (Function)
Adds a calculated row to a Table control by providing custom calculation procedures.