ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HTMLNavigate (Function)
Starts navigation in an HTML Display control.
Assisted input management functions
The following functions are used to program assisted input in edit controls...
EmailReset (Function)
Resets all the variables of the email structure or all the variables of an Email variable.
SchedulerSelectPlus (Function)
Selects an appointment in a Scheduler control.
SchedulerPositionResource (Function)
Displays a given resource in a Scheduler control or returns the position of first visible resource in a Scheduler control.
Permission (Property)
The Permission keyword is used to get and change permissions.
TimePicker (Function)
Opens the system time picker.
CalendarSelectMinus (Function)
Deselects a date in a multi-selection Calendar control.
Radio Button control functions
The following functions are used to manage the Radio Button controls......
Pushed (Property)
The Pushed property gets and sets the state of a two-state button (pressed or released).
FirstName (Property)
The FirstName property can be used on: a SaasUser variable. ......
<Map>.DisplayPosition (Function)
Centers the map displayed in a Map control on a geographical position or on a specific location.
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector......
LineHeight (Property)
The LineHeight property is used to get and change the height of the rows: in a List Box control, in a ListView control (standard display mode only), in a Table control, in a Combo Box control, in a Looper control (height of the row), in an Organizer control....
FontItalic (Property)
The FontItalic property is used to: Determine if the text is italicized. Apply or remove italic formatting from the text....
InitialVisible (Property)
The InitialVisible property is used to determine if: a control was visible during the first display of the associated window or page. a window was visible during its first display....
Extension procedure
By using extension procedures, you can add your own WLanguage procedures to different types of variables (string, date, color etc.)......
State (Property)
The State property is used to get and change the state of an element.
Calendar functions
List of Calendar functions...
PDFReaderSeekNext (Function)
Sets the position on the next result of a search in the content of a PDF Reader control.
Modulo (Reserved word)
Returns the remainder of a division.
<ANSI string>.ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....