ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Web Camera control
...The Web Camera control is used to view a file that is refreshed at regular time intervals....
EmailReadFirst (Example)
Usage example of the EmailReadFirst function
fLoadText (Function)
Loads the contents of a text file into any text field or variable (string variable, window edit control, report label field, etc.).
LooperModifyLine (Function)
Changes the values of the attributes in a row of a Looper control based on a data file or populated programmatically.
HFlush (Function)
Forces the operating system of the computer where the tables are found to write data onto the disk.
zipFileSize (Function)
Returns the size of one of the files found in the archive (in CAB, RAR, WDZ, ZIP, 7z, TAR or TGZ (TAR.GZ) format): the compressed size of the file. the size of file before compression....
EmailSaveAttachment (Function)
Copies the attachment of current email onto the user computer (locally).
iRoundBorder (Function)
Prints a border with rounded outlines at specified coordinates.
VerticalAlignment (Property)
The VerticalAlignment property gets and changes the vertical alignment of a control.
NoSpace (Function)
Returns a character string without the space characters: from the left and right side of the initial string. within the string....
ImageMode (Property)
The ImageMode property is used to get and change the display mode of an image in an Image control, in the column of a table of type Image or in the background of a Chart control in a window.
Warning 18: Loop without potential end
HorizontalAlignment (Property)
The HorizontalAlignment property gets and changes the horizontal alignment of a control.
HReadLast (Function)
Sets the position on the last record of a table according to a browse item.
Sortable (Property)
The Sortable property is used to: Determine if a Table control column is sortable. Make a column of a Table control sortable or not....
CurrentMonth (Function)
Returns the number of the current month.
HTTPTimeOut (Function)
Sets the timeout for WLanguage functions that use the HTTP protocol (HTTPRequest, SOAPExecute, DotNetExecute, J2EEExecute, etc.).
Layout control properties
You can manipulate Layout controls (and its cells) in a window or page using the following WLanguage properties......
Referring to an element in a WLanguage event / process
Used to manage the horizontal position (X-coordinate) of print cursor in the page....
UnicodeToAnsi (Function)
Converts: a UNICODE string to ANSI (Windows). a buffer containing a UNICODE string to a buffer containing an ANSI string (Windows)....
Properties associated with a group of controls
Several WLanguage properties can be used on a group of controls found in a window, in a page or in a report......
Programming table fields linked to a table
Here are the main points of programming Table fields linked to a table...