ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Line control properties
List of properties associated with the Line control...
Video control properties
The following properties can be used on a Video control:...
2. Variables
WEBDEV Tutorial - WLanguage basics Lesson 2 - Variables - 20 min
5. Loops
WEBDEV Tutorial - WLanguage basics Lesson 5 - Loops - 15 min
7. Debugger
WEBDEV Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
8. OOP
WEBDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min
6. Procedures
WEBDEV Tutorial - WLanguage basics Lesson 6 - Procedures - 20 min
Private Store for mobile applications
There are two methods two deploy your applications......
Extern (Reserved word)
EXTERN is used to...
TableExpand (Function)
Expands: a branch that was previously collapsed in a TreeView Table control. a branch that was previously collapsed in a Table control. a detailed window displayed for a row....
List,Insert (External language)
Inserts an element at the given index of a drop-down or expanded list.
TableBreakIndex (Function)
Returns the index of the break header and footer for a given break in a Table control.
OrgInfoXY (Function)
Returns the index of the element found at a given position in an Organization Chart control.
HListSynonym (Function)
Returns the list of synonyms used by a full-text index.
<Organization Chart>.InfoXY (Function)
Returns the index of the element found at a given position in an Organization Chart control.
<Looper>.BreakIndex (Function)
Returns the index of the break header and footer for a given break in a Looper control.
<Table>.BreakIndex (Function)
Returns the index of the break header and footer for a given break in a Table control.
<Source>.ListSynonym (Function)
Returns the list of synonyms used by a full-text index.
LooperBreakIndex (Function)
Returns the index of the break header and footer for a given break in a Looper control.
<Page>.ToFile (Function)
Automatically initializes: the value of the items in a data file with the value of the controls in the page. The data file items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the page controls are automatically updated with the values of these controls. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
PageToFile (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. The data file items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the page controls are automatically updated with the values of these controls. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
TableCollapse (Function)
Collapses: a branch that was previously expanded in a TreeView Table control. a break that was previously expanded in a Table control. a detailed window displayed for a row....
FTPCommand (Function)
Sends a specific FTP command to a server.
Difference of behavior in Windows Vista (and later)
The test of your project was run using one of the Vista/7 test options......
Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages......