ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableSelectPlus (Function)
Selects a row in a Table or TreeView Table control.
AppointmentAdd (Function)
Adds an appointment: in a Lotus Notes or Outlook calendar. in a calendar on a mobile device (Android or iOS)....
BTConnectDevice (Function)
Allows you to be authenticated toward a Bluetooth device.
BTInfoRadio (Function)
Returns specific information about a Bluetooth radio connected to the computer.
TableInsertLine (Function)
Inserts a row into: a Table control, a TreeView Table control....
BTDisconnectDevice (Function)
Cancels the authentication beside a Bluetooth device.
AppointmentModify (Function)
Modifies the current appointment: in a Lotus Notes or Outlook calendar. in the calendar found on a mobile device (Android/iOS)....
<Table>.Display (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
DnDGetData (Function)
Retrieves a specific type of data during Drag/Drop....
DnDAccept (Function)
Indicates the action accepted by the target of Drag/Drop and manages the mouse cursor during Drag/Drop....
DnDCursor (Function)
Manages the mouse cursor and specifies the action allowed during Drag and Drop.
DnDCacheData (Function)
Indicates the type of data and the data to copy/move during Drag/Drop....
dSaveImageGIF (Function)
Saves an image: in a file in GIF format. in memory....
TableSelectCount (Function)
Returns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls).
WDInst: grouping the files to install
By default, when generating the setup program, the files to install are compressed in a single archive file ("......
Snap-on grid
The different editors of WINDEV, WEBDEV and WINDEV Mobile allow you to align the elements via a snap-on grid......
TableDelete (Function)
Deletes a row from: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
TableDeleteAll (Function)
Deletes all rows from: a Table control populated programmatically, a TreeView Table control populated programmatically, a table displayed in a Combo Box control....
<Table>.SwapLine (Function)
Swaps: two rows in a Table control populated programmatically. two branches in a Treeview Table control populated programmatically....
<Table>.ColumnIndex (Function)
Returns the index of a column in a Table or Treeview Table control.
HFSQL Client/Server database: Recommendations
This help page presents the main recommendations for optimizing the security and performance of an HFSQL Client/Server database according to the constraints and desired features......
DnDEvent (Function)
Indicates the procedure to run during an event of Drag/Drop....
DnDIsDataAvailable (Function)
Checks whether a specific type of data is available during Drag/Drop....
SNMP constants
List of constants used by the SNMP functions....
INIRead (Function)
Reads the content of an INI file (or the content of a file structured like .INI files).