ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fSize (Function)
Returns the size of a file (in bytes).
EmailRemoveFolder (Function)
Deletes a folder from the Outlook messaging software or from an IMAP server.
Dimension (Function)
Returns the size of a variable (string, numeric, array, ...) or resizes a dynamic array.
XMLInsertElement (Function)
Inserts an XML element (tag or attribute) into an XML document.
XMLPrevious (Function)
Positions on the previous element (tag or attribute).
XMLNext (Function)
Positions on the next element (tag or attribute).
MatNbColumn (Function)
Returns the number of columns found in a matrix.
MatNbLine (Function)
Returns the number of rows found in a matrix.
MatFill (Function)
Initializes all the elements found in a matrix of a given size.
HDeactivateFilter (Function)
Temporarily disables the filter on a data file (view or query).
ErrorThrow (Function)
Throw a non-fatal error.
XMLSavePosition (Function)
Stores the current position in the XML document.
MonthNumberInAlpha (Function)
Returns the name of the month according to its number.
Binding Bar Code controls to items
A Bar Code control can be bound to an item in a data file, query, etc....
iPrintBlock (Function)
Forces a report block to print.
LooperSelectMinus (Function)
Deselects a row in a Looper control.
iListNestedReports (Function)
Returns: the list of nested reports currently printed (reports run by iPrintReport in one of the processes of the report currently printed). the list of sequenced reports currently printed (iSequenceAdd)....
InWindowsPhoneSimulatorMode (Function)
Indicates whether the code is run in the Windows Phone simulator. Function kept for backward compatibility....
SchedulerPositionDateTime
Displays a Scheduler control from a specified date or returns the date of the first day (or last day) displayed in a Scheduler control.
Handling Native Container controls programmatically
The Native Container control returns an handle/identifier......
HListKey (Function)
Returns the list of keys found in a file (query or view) recognized by the HFSQL engine.
dPolygon (Function)
Draws a polygon: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
dRectangle (Function)
Draws a rectangle: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
dRectangleGradient (Function)
Draws a rectangle: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
dChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).