ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Height (Property)
The Height property gets and sets the height of an element.
LooperSelectMinus (Function)
Deselects a row in a Looper control.
gFontSize (Function)
Builds a sequence of characters used to specify the size of the font for a text found in a graphic string.
OKCancel (Function)
Displays a message in a standard dialog box that proposes "OK" and "Cancel" and returns the user's choice....
gRectangle (Function)
Builds a sequence of characters used to draw a rectangle.
CoordinateEditorToScreen (Function)
Converts a size or a position specified in the reference dpi in the editor (160 dpi) to the native dpi of screen on the device where the application is run.
Step 4: Start printing
To start the print job, simply use iEndPrinting......
gFontUnderlined (Function)
Builds a sequence of characters to specify whether or not the text that follows the call to this function is underlined.
geoDistance (Function)
Returns the distance between the two locations. This distance is expressed in meters by default.
EmailCloseSession (Function)
Closes an email management session depending on the selected mode (SMTP/POP3, IMAP, MS Exchange or Lotus Notes)....
SysNation (Function)
Returns the nation currently used by the system.
ChangeCharset (Function)
Retrieves and/or changes the character set used: by all the screen fonts. by all the operations performed on the character strings (functions and/or operators)....
gAlignment (Function)
Builds a sequence of characters containing an aligned text or an aligned image.
ControlClone (Function)
Creates a new control from an existing control.
gCircle (Function)
Builds a sequence of characters containing a circle or an ellipse.
LooperAddLine (Function)
Adds a row at the end of a Looper control.
Opacity (Property)
The Opacity property is used to get and change the opacity of an element.
LooperSelectCount (Function)
Returns the number of selected rows in a Looper control.
MapModifyMarker (Function)
Modifies a marker displayed in a Map control.
Width (Property)
The Width property gets and sets the width of an element.
LooperSelectPlus (Function)
Selects a row in a Looper control.
zipExist (Function)
Determines whether an archive exists.
FTPConnect (Function)
Connects the current computer to an FTP server (File Transfer Protocol).
FTPConnect (Example)
Usage example of the FTPConnect function