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.
CalendarOpen (Function)
In a Date edit control, opens a popup window displaying a calendar.
<DateTime type>.ToReal (Function)
Converts a date and time to an 8-byte real.
<Image variable>.StartDrawing (Function)
Indicates that the drawing functions that will be used are intended for an Image variable.
fLoadBuffer (Function)
Loads the content of an external file (text, image, ...) in a buffer variable.
DescribedPhysicalName (Property)
The DescribedPhysicalName property is used to manage the physical name of HFSQL tables.
WLanguage procedure associated with AlbumPicker
Procedure ("Callback") called by AlbumPicker when the user selects an image or a video.
NameServerFile (Property)
The NameServerFile property is used to get the name of the uploaded file on the server.
EndDate (Property)
The EndDate property gets and sets the end date of a time period.
TableEnumColumn (Function)
Returns the name of a column found in a Table or Treeview Table control.
DateTimeToReal (Function)
Converts a date and time to an 8-byte real.
Monochrome (Property)
The Monochrome property determines whether an image should be used in monochrome mode.
<Input>.CalendarOpen (Function)
In a Date edit control, opens a popup window displaying a calendar.
<Date type>.ToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
XMLParentName (Function)
Returns the name of parent tag for the current element (tag or attribute).
LargeIcon (Property)
The LargeIcon property is used to define the large icon used in notifications
<diagShape variable>.ToImage (Function)
Creates an image from a shape in a diagram (the shape can be displayed or not in the diagram).
WorksheetName (Property)
The WorksheetName property gets and sets the name of a worksheet in an XLS document.
<Image variable>.Font (Function)
Declares the font to be used by the dText function in a Image type variable.
RealToDateTime (Function)
Converts an 8-byte real to a date and time.
LoadImageSheet (Function)
Loads an image set in memory so that it can be used later by gImage.
Color palettes (WEBDEV site)
The color palettes are an easy way to customize the visual aspect of a site......
Messaging
A messaging is included in WINDEV, WINDEV Mobile or WEBDEV......
The planes (in a window or in a report)
The planes are used to group the window controls......
UndockablePane (Property)
The UnlockablePane property is used to: Determine if the end user can move the panes of a Ribbon or Dynamic Tab control outside the window. Allow or prevent the end user from moving the panes of a Ribbon or Dynamic Tab control outside the window....