ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

EventWait (Function)
Locks the current thread while waiting for the specified event to be opened.
WithInput (Property)
The WithInput property determines if a Combo Box control supports data input, and enables or disables this behavior.
Confirm (External language)
Displays a dialog box that includes a logo, a message, the "Yes", "No" and "Cancel" buttons ans returns the button validated by the user.
gpwOAuthParameters (Type of variable)
The gpwOAuthParameters type allows you to define all the information needed for authentication to the User Groupware via an application that uses the OAuth 2.0 standard.
CtDatabase (Property)
The CtDatabase property is used to set the OLE DB data source when connecting to a specific table via OLE DB.
Creating a replication
To understand the operating mode of ReplicEdit, we are going to create a replication by using a simple example......
CtAccess (Property)
The CtAccess property is used to set the type of access to the data file when connecting to a specific table via OLE DB.
CtDescribedDatabase (Property)
The CtDescribedDatabase property is used to set the OLE DB data source when connecting to a specific table via OLE DB.
CtDescribedAccess (Property)
The CtDescribedAccess property is used to set the type of access to the data file when connecting to a specific table via OLE DB.
The Map control
The Map control allows you to display a map in order to geolocate, create a route, display points of interest (POI) and more....
1. WLanguage functions
Most of the WLanguage functions available in WINDEV are also available in WINDEV Mobile....
WinEdSaveNote (Function)
Exports the repositionable notes created by the user into a file.
<Date type>.ToDay (Function)
Returns the day that corresponds to a given date.
<Image variable>.Copy (Function)
Copies an image to another image.
NoteDelete (Function)
Deletes a repositionable note found in the current window.
The Calendar control
The Calendar control is used to permanently display a calendar in a window or page......
grZoom (Function)
Defines the zoom of a chart.
<Table>.CollapseAll (Function)
Collapses: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
Variable Description (Type of variable)
The Variable Description type is used to get information about a variable or a member.
Num1stDayOfTheWeek (Property)
The Num1stDayOfTheWeek property gets and sets the 1st day of the week displayed in: a Calendar control. an Organizer control. a Scheduler control. an edit control in Date format with Calendar....
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>.ExpandAll (Function)
Expands: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
Socket: Creating a client application
A client application of a socket server connects to a standard server in order to exchange information via socket......
CaptionWidth (Property)
The CaptionWidth property is used to get and change the width reserved for the text area in an Edit or Combo Box control.
Use (Function)
Opens a WINDEV window and closes all the other windows that were opened beforehand.