ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
Modified (Property)
The Modified property lets you know if an element has been modified.
Namespace (Property)
The Namespace property is used to manage namespaces.
Visible (Property)
The Visible property is used to set the visibility of an element.
TokenURL (Property)
The Property URLToken allows you to know and modify the URL for retrieving the access token.
Opacity (Property)
The Opacity property is used to get and change the opacity of an element.
ToolTip (Property)
The ToolTip property gets and changes the tooltip text.
The Static control
A Static control is a control used to display a static text......
Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...
ToastDisplay (Function)
Displays a "Toast" message.
TreeInsert (Function)
Inserts a leaf into a TreeView control at a specific position.
HState (Function)
Used to find out the state of a record.
Heatmap chart
The Heatmap chart is used to represent in 2 dimensions data with 3 axes of values......
ExecuteRefreshUIParent
Immediately executes the "Request for refreshing the display" event of the parent.
AnchorRateWidth (Property)
The AnchorRateWidth property is used to: Find out the anchor rate when a control (or a table column) stretches on the horizontal axis. Modify the anchor rate when a control (or a table column) stretches on the horizontal axis....
NumberColumn (Property)
The NumberColumn property is used to get and change the number of columns of an element.
DayOfWeek (Property)
The DayOfWeek property is used to get and change the day of the week in a schedule.
Style (Property)
The Style property is used to: retrieve or assign the entire style of a control (including the overrides). find out the style characteristics of an element in a Word Processing document....
AdditionalParameters (Property)
The Property Additional Parameters allows you to specify additional parameters in the authentication chain.
RequestUpdateUIParent (Function)
Asks to run the "Request for refreshing the display" process of parent. This function is kept for backward compatibility.
ListSelectPlus (Function)
Selects one or more elements in a List Box, ListView or Combo Box control.
TableMoveColumn (Function)
Moves a column in a Table or TreeView Table control.
TableDisableFilter (Function)
Disables a user filter on a column or on all the columns found in a Table or TreeView Table control.
Events associated with Bar Code controls
List of events associated with Bar Code controls...
XMLDocument (Example)
Usage example of the XMLDocument function