ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Sequencing reports
In some cases, you may want to print several reports one after another, and view them in the same print preview....
ClipboardFormat (Function)
Identifies the format of information found in the clipboard.
LooperToWord (Function)
Creates a Word file (.RTF) using the data from a Looper control.
ImageInfoClose (Function)
Closes the image file (in JPEG or TIFF format) used by ImageInfoValue and/or ImageInfoList and frees the image from memory....
MinimumLength (Property)
The MinimumLength property is used to configure the minimum length of the words to be indexed.
I work as a developer: How to manage my tasks and my schedule?
The Control Centers in WINDEV, WEBDEV and WINDEV Mobile include many tools to help developers manage their schedules and the different associated tasks......
Installing a SOAP server with IIS
Brochure of new features: New WEBDEV features
New features in WEBDEV 28 presented in the New Features brochure....
New Features brochure - Version 28: New WEBDEV features
New features in WEBDEV 28 presented in the New Features brochure....
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......
MenuSelectMinus (Function)
Disables (grays out) a menu option (popup menu or drop-down menu).
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.
Programming the table cells
The Table controls can be handled......
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.