ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

2024 new features brochure: WINDEV Mobile new features
What's new in WINDEV Mobile 2024 in the 2024 New Features brochure....
NFCReadTag (Function)
Starts reading an NFC tag or enables the detection of NFC tags for the current window.
List of extension attributes
The list of extension attributes ......
Constants used by properties associated with windows, reports, pages and controls
List of constants used by properties associated with windows, reports, pages and controls....
Miscellaneous Windows constants
List of constants used by the Windows functions....
TableColumnSelectOccurrence (Function)
Returns the number of selected columns found in a table. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
DashResizeWidget (Function)
Changes the dimensions of a widget found in a Dashboard control.
DashMoveWidget (Function)
Changes the position of a widget found in a Dashboard control.
Controls that can be moved in a page
WEBDEV proposes two modes for moving controls in a page......
CriticalSectionStart (Function)
Marks the start of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section.
ToolTip (Property)
The ToolTip property is used to get and change the text displayed in the tooltip associated with a window or page control.
Characteristics of the columns in a Table control in a window
The columns are used to display information in a Table control......
VerticalAlignment (Property)
The VerticalAlignment property gets and changes the vertical alignment of a control.
TableInsertLineWithAnimation (Function)
Inserts a row into a Table control or into a TreeView Table control with an animation.
Scope of procedures
The scope of a procedure defines whether it is public, private, etc......
ControlExist (Function)
Checks for a control (or group of controls) in a window, page or report.
DndSource (Property)
The DndSource property is used to determine and change a control's drag-and-drop behavior....
FOR EACH/FOR ALL statement (loop through controls)
The statement FOR EACH is used to perform different types of browse on the controls (List Box, Table or Looper controls)...
WinSlidingVisible (Function)
Displays or hides a sliding window (sliding menu).
TreeAdd (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.