ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WEBDEV User Groupware: Tips
This help page contains different programming tips for the User Groupware in WEBDEV......
SpeechSynthesisReadText (Function)
Reads the specified text using the device's text-to-speech engine....
MyChildWindow (Reserved word)
MyChildWindow is used to handle the child window of the current window.
URLDecode (Function)
Decodes an encoded URL (which means with characters in %xx format).
geoPosition (Type of variable)
The geoPosition type is used to handle geographic positions via WLanguage geolocation functions.
LooperSelectMinus (Function)
Deselects a row in a Looper control.
StringCompare (Function)
Compares two strings character by character: according to the sequence of ASCII characters. according to the alphabetical order....
CalendarSelectCount (Function)
Returns the number of days selected in a Calendar control.
HLoadParameter (Function)
Reads a parameter that was saved from a stored procedure by HSaveParameter.
HDeleteParameter (Function)
Deletes a parameter previously saved by HSaveParameter.
HTTPAddFile (Function)
Adds a file to the HTTP form.
ArcTan2 (Function)
Returns the arc tangent 2 of the values passed in parameter.
16. Java applications in practice
Java applications in practice...
EpochToDateTime (Function)
Converts a date and a time in Epoch format (number of time units since 01/01/1970 at 00h00 UTC) to a local datetime....
WDTestSite: Load test
The stress tests are used to check......
XMLDocument (Example)
Usage example of the XMLDocument function
GestureCurrentPointer (Function)
Returns the pointer index (finger or stylus) that triggered the call to a process specific to the multi-touch feature in an Image control.
kbActionAllowed (Type of variable)
The kbActionAllowed type allows you to define which actions are available to the end user when handling cards in a Kanban control.
SchedulerAddAppointment (Function)
Adds a new appointment into a Scheduler control.
PDFMergeWithPassword (Function)
Merges several existing and password-protected PDF files into a single PDF file.
HTMLEnableDebugger (Function)
Enables the HTML/JavaScript debugger on CEF-based HTML controls: HTML Display or HTML Editor control....
WinAnimationOpening (Function)
Modifies the type and duration of animations used when opening the application windows.
TmeLine control linked to a data file or variable
You can create TimeLine controls directly linked to the data....
Null (Property)
The Null property is used to: Assign NULL to the item for the current record. Find out whether the item is associated with the NULL value for the current record. Define the default value of an item when the item is described through programming....
HOpen (Function)
Opens a data file.