ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

gStoredValue (Function)
Adds an "invisible" value to an element in a List Box, Combo Box or Scheduler control.
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
DndSource (Property)
The DndSource property is used to determine and change a control's drag-and-drop behavior....
AnimationGetParameter (Function)
Reads the value of one of the animation parameters defined for an Image or Static control.
HClient structure
The HClient structure is used to......
Container column in a Table control
A cell found in a Table control can contain a set of controls......
4. Windows with search
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 4 - Windows with search - 30 min
fReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
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....
ZOrder (Property)
The ZOrder property gets and sets the Z-order of an element.
GetCountryList (Function)
Returns the list of countries according to the ISO 3166-1 standard.
Radio Button control properties
List of properties associated with a Radio Button control...
Calendar control properties
Several WLanguage properties can be used on the Calendar control found in a window or in a page......
TableSearch (Function)
Performs a search in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
HDescribeServerTrigger (Function)
Adds or modifies a server trigger.
EmailReadNext (Function)
Reads the incoming email found after the current email according to the protocol (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
ProgressBar (Function)
Displays a progress bar in the status bar of current window.
PopupDisplayPage (Function)
Displays a WEBDEV page as a popup in the current page with a DDW (Dim Disabled Windows) effect.
FontBold (Property)
The FontBold property is used to: Determine if the text is bold. Change the weight of the text....
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
Properties associated with the rows of a TreeView Table control
The rows of TreeView Table controls in a window or page can be manipulated using WLanguage properties......
FTPGet (Function)
Transfers a file or directory from an FTP (File Transfer Protocol) server to the current computer.
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next to the current window.
BackgroundImage (Property)
The BackgroundImage property is used to identify and modify the background color of an element: window, page, control or report.
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...