ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Programming the table cells
The Table controls can be handled......
StartDate (Property)
The StartDate property is used to determine and change the start date of the selected time period: in a Calendar control. in an Organizer control. in a Scheduler control....
EndDate (Property)
The EndDate property is used to get and change the selected time period end date: in a Calendar control, in an Organizer control. in a Scheduler control....
The Organizer control
The Organizer control is used to display and handle organizers......
Sequencing reports
In some cases, you may want to print several reports one after another, and view them in the same print preview....
DateTimeToReal (Function)
Converts a date and time to an 8-byte real.
URL (Property)
The URL property is used to: Get the address associated with a control. Change the address associated with a control....
RETURN statement
The RETURN statement is used to exit a statement block and the current process (or procedure).
CursorEnd (Property)
The CursorEnd property gets and sets the end position of the mouse selection range in the following controls: Edit control. Editable Combo Box. "Edit control" table column and "Editable Combo Box" table column. Word Processing control....
fGraphicFilter (Function)
Returns the list of image formats supported by the current platform, in the format expected by the filter of fSelect.
HReset (Function)
Initializes: one or all variables of file items with their default values. one or all items of a Record variable with their default values....
Compilation statement: IF ExecutionTarget
The <IF ExecutionTarget> compile statement allows you to compile or not compile a WLanguage code depending on the execution target.
New Features brochure - Version 28: New WEBDEV features
New features in WEBDEV 28 presented in the New Features brochure....
MyFile (Reserved word)
In a trigger, MyFile is used to identify the file that activates the trigger...
MenuAddOption (Function)
Adds a new option after the last option of a drop-down or context menu.
zipOpenRAR (Function)
Opens an existing archive in RAR format.
InWindowsMode (Function)
Indicates whether the code is run in Windows mode or not.
MapExecuteJS (Function)
Runs the native code of Google Maps API in a Map control in JavaScript.
SaaSSendSecurityCode (Function)
Sends the security code to the user so that he can change his password.
HSpace (Property)
The HSpace property is used to determine and modify the horizontal spacing between labels in a report. This spacing was defined when creating the Label report.
VSpace (Property)
The VSpace property is used to get and change the vertical spacing between the labels in a report. This spacing was defined when creating the Label report.
SourceFile (Property)
The SourceFile property is used to set the characteristics of a link.
LabelHeight (Property)
The LabelHeight property is used to: Find out the height of labels in a Label report. Modify the height of labels in a Label report....
Body block
The Body block corresponds to the main block of the report......
WithNewButton (Property)
The WithNewButton property is used to: Determine if a Dynamic Tab control has New tab button (+). Configure a Dynamic Tab control to show a New tab button....