ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SOAPAddAttribute (Function)
Adds an attribute to an automatic variable generated by the import of a Webservice.
OKCancelAsynchronous (Function)
Displays a message in a standard non-blocking dialog box with the answers "OK" and "Cancel" and calls a WLanguage procedure with the user's response....
Invalid input management functions
Invalid input management functions...
Special paste
The Special paste command is used to explicitly choose the format in which the clipboard content will be pasted in the window editor......
DeclareWebserviceContext (Function)
Used to declare a list of variables whose value will be persistent between the successive calls to a Webservice.
ConfirmAsynchronous (Function)
Displays a non-blocking message in a standard dialog box with the answers "Yes", "No", "Cancel" and calls a WLanguage procedure with the user's response....
<Window>.CurrentLayout (Function)
Returns the index of the current layout in the window or internal window.
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
Camera control: decoding the bar codes (prefix syntax)
In iOS and Android, the bar codes can be decoded via the Camera control by BCCapture......
gpwAddUser (Function)
Adds a user to the User Groupware database.
StreamPlay (Function)
Resumes the reception or the emission of a data type in a stream.
SMSNbMessage (Function)
Returns the number of SMS messages stored on an Android phone.
StreamReject (Function)
Refuses a request for stream connection.
StreamStop (Function)
Stops receiving or broadcasting a type of data in a stream.
StreamAccept (Function)
Associates a stream connection request with a Conference control.
StreamConnect (Function)
Connects a stream (and the associated control) to a specific address.
The Conference control
...The Conference control allows you to view and/or listen to video and/or sound in real time......
GglAddressToCoordinates (Function)
Retrieves the coordinates (latitude/longitude) of an address....
tapiAnswerCall (Function)
Answers an incoming call that was detected.
tapiCallIsWaiting (Function)
Used to find out whether the call is on hold.
tapiCallIsBusy (Function)
Used to find out whether the number called is busy.
tapiCallIsOver (Function)
Used to find out whether the incoming or outgoing call is ended.
tapiCallEnd (Function)
Returns the date and time of the end of call.
tapiNoAnswer (Function)
Used to find out whether an answer was given to the call.
Camera control: decoding bar codes
In iOS and Android, bar codes can be decoded via the Camera control using BCCapture......