ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling an Edit control programmatically
You can handle Edit controls programmatically......
StoreSortAAF (Property)
The StoreSortAAF property is used to determine and specify if the sorting order defined by the user on a Table or TreeView Table control is kept when an application is closed and opened again.
14. Controls in practice
Automatic AJAX
The diagram below presents the automatic and immediate use of AJAX in a WEBDEV site......
TableSelectPlus (Function)
Selects a row in a Table or TreeView Table control.
The Clickable Image control
The Clickable Image control can be used to......
BitwiseAND (Function)
Returns the result of the bitwise AND between two values.
FontBold (Property)
The FontBold property is used to: Determine if the text is bold. Change the weight of the text....
WinEdDeclareUndo (Function)
Declares how to cancel an action that was added by WinEdDo.
HOnServerCall (Function)
Customizes the management of message display on the client computer and the management of disconnection from a client computer.
Note (Property)
The Note property is used to: Find out the notes associated with a control, a window, a page or a report. Modify the notes associated with a control, a window a page or a report....
IWListInsert (Function)
Inserts a new internal window in the list of internal windows used by an Internal Window control.
Native Oracle Connector: Specific features and remarks
Remarks and specific features of the Native Oracle Connector...
TableCollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.
Lower (Function)
Converts all characters in a string to lowercase according to the region settings defined in Windows.
Drag and Drop from the explorer
The Drag and Drop from the explorer consists in selecting one or more files in the Windows explorer and in transferring them into a control of a WINDEV window......
dPen (Example)
Usage example of the dPen function
dText (Example)
Usage example of the dText function
Close (Function)
Closes a WINDEV window (and returns a value if necessary).
StoreFilterAAF (Property)
The StoreFilterAAF property is used to determine and specify if the filters set by the user on a Table or TreeView table control are saved when an application is closed and opened again.
Upper (Function)
Converts all characters in a string to uppercase according to the region settings defined in Windows.
Selecting one or more controls
One or more controls can be selected in a window, in a page or in a report via the keyboard or the mouse......
TableAddLineWithAnimation (Function)
Adds a row to a Table or TreeView Table control with an animation.
FontSize (Property)
The FontSize property is used to: Identify the size of the font used in a control. Change the size of the font used in a control....
Compile (Example)
Usage example of the Compile function