ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Display (Property)
The Display property gets and sets the video displayed in the Conference control. The Conference control can display an incoming video, an outgoing video, or no video.
Address (Property)
The Address property is used to: Establish a connection between the Conference control (and the associated stream) and the receiver. This property is equivalent to StreamConnect. Get the address of the last outgoing connection request....
SwipeEnabled (Property)
The SwipeEnabled property enables or disables the swipe gesture support: on an Internal Window control. on a row in a Looper control....
Window management functions (prefixed syntax)
List of functions for managing windows...
Coloring the procedures
A color (text color) can be assigned to the procedures so that they can be easily classified and identified......
<Source>.OnError (Function)
Customizes the management of HFSQL errors.
The Looper control
A Looper control is used to repeat the controls found in a specific area......
HReset (Function)
Initializes: one or all variables of file items with their default values. one or all items of a Record variable with their default values....
FTPConnect (Function)
Connects the current computer to an FTP server (File Transfer Protocol).
ExeInfo (Function)
Retrieves the specified information about the version of an executable or DLL.
TablePosition (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first row displayed in a Table or TreeView Table control.
TableCount (Function)
Returns: the number of columns found in a Table or TreeView Table control. the number of rows found in a Table or TreeView Table control....
TableAdd (Function)
Adds a row in: a Table control, a TreeView Table control, a Combo Box control "with table" (Table control displayed in a Combo Box control)....
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
Events associated with a Dashboard control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
TableInsert (Function)
Inserts a row into: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
LooperAdd (Function)
Adds a row at the end of a Looper control.
TableSearch (Function)
Performs a search in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
TableDelete (Function)
Deletes a row from: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
Manipulating a Layout control programmatically
A Layout control can be......
HInfoMemo (Function)
Returns the characteristics of binary and text memos.
CharactTypeCount (Function)
Returns the number of characters matching a given type.
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....
TableColumnIndex (Function)
Returns the index of a column in a Table or Treeview Table control.
TableInputInProgress (Function)
Indicates whether a Table or TreeView Table control is currently in edit.