ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ContactSource (Variable type)
The type ContactSource type is used to define all the advanced characteristics of a contact source (or account) (e.g. Google, Exchange, Facebook).
MySource (Reserved word)
MySource is used to handle the current data source (file, view or query) associated with a report or with a table based on a data file...
BitwiseOR (Function)
Returns the result of the bitwise OR operation performed between two values.
TableAdjust (Function)
Adjusts the title and size of columns found in a Table or TreeView Table control.
Content of the Table control
Table controls can be bound to a table, to a variable, or be populated programmatically......
<Table>.Adjust (Function)
Adjusts the title and size of columns found in a Table or TreeView Table control.
Changing the window content by swipe
The mobile devices propose several features available via finger movements......
I work as a developer: How to manage my tasks and my schedule?
The Control Centers in WINDEV, WEBDEV and WINDEV Mobile include many tools to help developers manage their schedules and the different associated tasks......
ToolTipTitle (Property)
The ToolTipTitle property gets and sets the text displayed in the tooltip associated with the column title of a Table control. This tooltip only appears when the Table control column title is hovered over.
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data......
TableInputSearch (Function)
Enables input in the the search area in the column title of the Table or Treeview Table control.
Managing space characters in the searches?
The LDAP protocol is increasingly used by the companies......
<Table>.InputSearch (Function)
Enables input in the search area in the column title of the Table or Treeview Table control.
BitwiseXOR (Function)
Returns the result of the bitwise exclusive OR operation performed between two values.
Journalized replication: Programming journalized replication in WLanguage
Several WLanguage functions allow you to include log-based replication in your application and to customize it......
Pull to refresh (Android/iOS): Window, Table and Looper controls
The "Pull to refresh" feature allows the user to "pull" a Table control, a Looper control or a window in order to refresh its content......
Search in current code
When coding, developers often need to do a quick search in the current code...