ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Automatic index generation
The automatic index generation suggests index keywords based on the content of your help page......
fDirAttribute (Function)
Returns or modifies the attributes of a directory.
Creating an executable: WINDEV framework
Each WINDEV function is associated with a WINDEV DLL......
docNumberingLevel (Type of variable)
The docNumberingLevel type is used to define the advanced characteristics of a numbering level used in a Word Processing document.
gglMarker (Type of variable)
The gglMarker type is used to define the characteristics of a marker that must be positioned on a map...
MaskTitleDate (Property)
The MaskTitleDate property is used to identify and change the input mask used for the title of day columns in Organizer or Scheduler controls
TraceBuild (Function)
Displays a customizable message in the trace window opened in parallel with the current window.
InputMask (Property)
The InputMask property is used to: get the input mask. set the input mask (from the masks available for the type)....
The Text control: Input or display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
NetworkDirName (Function)
Identifies the shared directory associated with a network drive.
NetworkConnect (Function)
Associates a drive with a shared network directory.
AssistedInputAdd (Function)
Adds a row to the list of values available in the autocomplete suggestions of an Edit control.
NumericFormat (Type of Variable)
The NumericFormat type allows you to define all the characteristics of the format that can be used with the NumericalToString function.
Report viewer: Text copy
The report viewer allows you to copy text from the report and paste it to a file in another application......
4. Adding a product
WEBDEV Tutorial - Creating a website with back office processes Lesson 4 - Adding a product - 50 min
GetCountryISO (Function)
Returns the desired ISO code of a country corresponding to the caption or ISO code (of a different type) of the country according to the ISO 3166-1 standard.
The Date edit control: Input or display masks
WINDEV, WINDEV Mobile and WEBDEV propose two types of masks......
ChangeCharset (Function)
Retrieves and/or changes the character set used: by all the screen fonts. by all the operations performed on the character strings (functions and/or operators)....
WDMap: Modifying the display mode of records
By default, WDMap displays the records found in a data file by using the following rules......
Compiling a WINDEV Mobile project in Xcode
When the WINDEV Mobile project for iPhone/iPad is generated on the development computer, the generated files must be transferred onto a Mac in order to be compiled......
sfObject (Type of variable)
The sfObject type is used to describe a record of a SalesForce file...
ShortcutKey (Property)
The ShortcutKey property gets and sets the keyboard shortcut associated with a control.
How to install a Universal Windows 10 App application on a tablet
The generation of a WINDEV Mobile application for Universal Windows 10 App groups all the project elements (windows, code, etc....
sOpen (Function)
Opens and initializes: a serial port. a parallel port. an infrared port....
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......