ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fEncrypt (Example)
Usage example of the fEncrypt function
WDInst: including an "autorun" in a setup on CD
An "autorun" can be run (or not) when the setup CD is inserted into the drive of the setup computer......
ScriptExecute (Function)
Calls an external script (.asp or .php) and returns the result in a string.
COMCreateInstance (Function)
Instantiates a COM object (Component Object Model).
sOpen (Function)
Opens and initializes: a serial port. a parallel port. an infrared port....
ASPExecute (Function)
Calls an external .asp script and returns the result in a string.
PHPExecute (Function)
Calls an external .php script and returns the result in a string.
Managing a Text token Edit control
...Interfaces that use token controls are common. A Token control contains variable amounts of information in a limited area....
Brochure of new features: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
Customizing the system information windows (or dialog boxes)
Your applications use several system dialog boxes? A specific skin template is used in your project? Why not customize these windows and give them the "appearance" of your application?......
RibbonCloseGrouping (Function)
Closes the group currently open in a Ribbon control.
USBFind (Function)
Finds a USB device according to keywords.
<Looper>.Add (Function)
Adds a row at the end of a Looper control.
Copying controls from the window editor
The controls can be copied from the window editor......
SourceToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
PageFromSource (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Markdown
Markdown is a lightweight markup language that allows you to apply formatting to text......
Constants used by properties associated with windows, reports, pages and controls
List of constants used by properties associated with windows, reports, pages and controls....
Source (Property)
The Source property is used to get and change the source of an element.
Optional connection information
When defining the connections in the data model editor or when defining the connections through programming, you have the ability to specifier the optional connection information......
New Features brochure - Version 27: New WINDEV features
New features in WINDEV 27 presented in the New Features brochure....
HTMLClass (Property)
The HTMLClass property reads and sets the value of the "class" HTML attribute of the control.
EditAddToken (Function)
Adds a token to a "Text token" Edit control.
New Features brochure - Version 28: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
Multi-project search
Performing a search in the current project is a common operation......