ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
HTTPCancelForm (Function)
Cancels the declaration of an HTTP form and frees all its resources.
ServiceRefresh (Function)
Asks a service to re-read its configuration information.
grScatterLinkPoint (Function)
Links (or not) the points found in a "Scatter" chart.
CriticalSectionEnd (Function)
Marks the end of critical section: the code will be run by another thread.
MapDeleteAll (Function)
Deletes the following from a Map control: all markers, use any shape you want, all images....
MapInfoPosition (Function)
Returns the coordinates (in pixels) of the point corresponding to a geographical position (latitude and longitude).
HInfoMemo (Function)
Returns the characteristics of binary and text memos.
HListDatabase (Function)
Lists the Client/Server databases associated with a connection....
TableSelectToFile (Function)
Positions on the table record corresponding to a row selected in the multi-selection data-bound Table control.
LooperSort (Function)
Allows you to: Sort a Looper control according to one or more attributes. Sort a Looper control on all its attributes. Cancel a sort that was performed beforehand (which means ignore the sort)....
SysDateTime (Function)
Returns or modifies the system date (current date and time defined on the current computer).
BurnerSelect (Function)
Used to select the default burner.
grPiePullOut (Function)
Pulls out a section (or all sections) in a chart.
CalendarSelectCount (Function)
Returns the number of days selected in a Calendar control.
Font
The Font keyword can correspond to: a Font variable. the Font property....
HTTPAddFile (Function)
Adds a file to the HTTP form.
grExist (Function)
Checks the existence of a chart in memory.
ReplicOpen (Function)
Opens a replication in direct mode or with a replication server.
grIncreaseData (Function)
Adds a value to a data in a chart.
iPrintBodyComplement (Function)
Forces a body complement block to print while specifying the height of complement block.
iForceComplement (Function)
Forces the printing of a Body Complement block.
grAutoRefreshSeries (Function)
Identifies or defines whether a series is refreshed whenever the chart is drawn.
HExtractMemo (Example)
Usage example of the HExtractMemo function