ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

iPageHeight (Function)
Calculates the height of printable page (in millimeters) while taking the top or bottom margins into account.
zipFileSize (Example)
Usage example of the zipFileSize function
HLinkMemo (Example)
Usage example of the HLinkMemo function
HSubstDir (Example)
Usage example of the HSubstDir function
fSize (Function)
Returns the size of a file (in bytes).
SchedulerChangeMode (Function)
Modifies the period (which means the number of days) displayed by a Scheduler control.
iPrintImage (Function)
Sends the image file to print to the print buffer.
SchedulerAddResource (Function)
Adds a new resource into a Scheduler control.
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
iPageWidth (Function)
Calculates the width (in millimeters) of the printable page while taking the left or right margins into account.
Title (Property)
The Title property is used to: Get the title of a Table control column, a Chart control, a window or a page Change the title of a Table control column, a Chart control, a window or a page....
Timer (Function)
Periodically and automatically calls a WLanguage procedure.
HExtractMemo (Example)
Usage example of the HExtractMemo function
zipChangePath (Example)
Usage example of the zipChangePath function
fAttributeReadOnly (Function)
Gets and sets the read-only attribute of a file.
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings that match the format.
ErrorInfo (Function)
Retrieves information about the last error that occurred in a function of a WINDEV, WINDEV Mobile or WEBDEV component.
grSunburstGetData (Function)
Retrieves a numeric value from a Sunburst chart.
zipExtractFile (Example)
Usage example of the zipExtractFile function