ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

sEscape (Function)
Runs different functions that directly affect the bits of serial port, parallel port or infrared port, independently of the communication protocol.
CameraPhoto (Function)
Captures a photo via a Camera control in an Android or iOS application.
gFont (Function)
Builds a sequence of characters describing the font that will be used for the text.
BackgroundImage (Property)
The ImageFond property lets you view and modify the background image of an element: window, page, field or state.
gFontSize (Function)
Builds a sequence of characters used to specify the size of the font for a text found in a graphic string.
ListDelete (Function)
Deletes an element from a List Box, ListView or Combo Box control populated programmatically.
Opacity (Property)
The Opacity property is used to get and define the opacity percentage for a window, or for controls in a window or page.
Text (Property)
The Text property is used to get and modify text.
FTPSend (Function)
Transfers a file or directory to an FTP server (File Transfer Protocol).
YesNo (Function)
Displays a message in a standard dialog box that proposes "Yes" and "No" and returns the user's choice....
Length (Function)
Returns: the length of a string, i.e., the number of characters in the string (including spaces and binary zeros). the size of a buffer, i.e., the number of bytes in the buffer....
HAlias (Function)
Creates a logical alias of a data file (or query) or cancels all existing aliases.
Anchor (Property)
The Anchor property sets the anchors of a control in a window, page or report.
State (Property)
The State property gets and sets the state of an element.
LooperSelect (Function)
Returns the index of the selected element in a Looper control.
gFontItalic (Function)
Builds a sequence of characters used to specify whether or not the text that follows the call to this function is in italic type.
gFontUnderlined (Function)
Builds a sequence of characters to specify whether or not the text that follows the call to this function is underlined.
Today (Function)
Returns or modifies the system date (current date defined on the current computer).
DateToString (Function)
Converts: a date to a string in the specified format. a date time to a string in the specified format....
zipCompressionLevel (Function)
Changes the compression level used when creating an archive in ZIP format or in 7z format.
TableAddLine (Function)
Adds a row in: a Table control, a TreeView Table control....