ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

iPageNum (Function)
Returns or initializes the number of the page currently printed.
iSkipPage (Function)
Forces a page skip: the corresponding code is sent to the printer spooler.
iPageHeightLeft (Function)
Calculates the available height (in millimeters) left on the current page while taking into account the defined margins (top or bottom).
iPageEnd (Function)
Forces the move to the next page during the report print.
iPageWidth (Function)
Calculates the width (in millimeters) of the printable page while taking the left or right margins into account.
iPageHeight (Function)
Calculates the height of printable page (in millimeters) while taking the top or bottom margins into account.
iColumnEnd (Function)
Forces a column break in a multi-column report.
LocalStorageValueName (Function)
Returns the name of a value for the local storage.
fShortName (Function)
Returns the short name of a file or directory.
<Image>.SavePNG (Function)
Saves an image: in a PNG file. in memory....
ThreadCurrent (Function)
Returns the name of the thread currently run.
EnumerationFromName (Function)
Returns an enumeration value known by its name.
<Panel>.Position (Function)
Retrieves the position of a Dockable Panel control.
fLongName (Function)
Returns the long name of a file or directory.
<Image variable>.Straighten (Function)
Transforms an image by applying perspective correction.
<Diagram variable>.ToImage (Function)
Exports a diagram to a variable of type Image.
fTempFile (Function)
Returns the name of a unique temporary file.
<Image variable>.DrawTextRTF (Function)
Draws an RTF text in an Image variable.
ExecuteFunction
Executes a WLanguage function identified by its name.
DateToDay (Function)
Returns the day corresponding to a given date.
MDIMother (Function)
Identifies the name of the MDI parent window.
<Image>.SaveJPEG (Function)
Saves an image: in a JPEG file. in memory....
<Calendar>.Select (Function)
Returns the date selected in a Calendar control.
grImageSize (Function)
Defines the size of the image containing the chart.
gImageExists (Function)
Checks whether an image was loaded in memory.
Screen,Next (External language)
Returns the name of the next editable control.
gImage (Function)
Builds a sequence of characters containing an image.
<WDPic variable>.Save (Function)
Saves the image contained in a WDPic variable.
<Image variable>.DrawCircle (Function)
Draws a circle or an ellipse in an Image variable.
dSaveImagePNG (Function)
Saves an image: in a PNG file. in memory....
dSaveImageJPEG (Function)
Saves an image: in a JPEG file. in memory....
IntegerToDate (Function)
Converts an integer into a date in YYYYMMDD format.