ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

FTPAttribute (Function)
Identifies the attributes of a file found on an FTP server (File Transfer Protocol).
Dynamic instantiation of object
An object can be dynamically associated with a class, we talk of dynamic instantiation of object......
ChangeSourceWindow (Function)
Dynamically changes the window displayed in an Internal Window control. Scrolling internal windows: Modifies the window currently displayed. This modification is saved in the list of internal windows to scroll....
FTPConnect (Example)
Usage example of the FTPConnect function
Report based on an Organizer control
A report based on an Organizer control is used to directly print the information displayed in the Organizer control...
FOR ALL/FOR EACH statement (browse of strings)
The FOR EACH statement is used to browse strings according to different methods...
zipFindFile (Example)
Usage example of the zipFindFile function
7. Window templates
...Window templates...
Native MariaDB Connector: Programming with HFSQL functions
To use a MariaDB database with Native Connector, the structure of MariaDB tables must be imported into the WINDEV or WEBDEV analysis......
Native MySQL Connector: Programming with HFSQL functions
To use a MySQL database with the Native Connector (or Native Access), import the structure of MySQL tables into the WINDEV or WEBDEV analysis......
HDescribeFile (Function)
Describes a table programmatically.
SpeechRecognitionDeleteCommand (Function)
Deletes a voice command previously added with SpeechRecognitionAddCommand.
HFilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
HChangeName (Function)
Modifies the physical name of a table.
Events associated with Internal Page controls
List of events associated with internal pages and Internal Page controls
ControlPane (Function)
Returns the name of static or dynamic pane found in a Tab control associated with a control.
SelectColor (Function)
Opens the standard window for color selection and selects the specified color.
fMakeDir (Example)
Usage example of the fMakeDir function
BackgroundColor (Property)
The BackgroundColor property is used to get and change the background color of an element.
AnchorRateRight (Property)
The AnchorRateRight property is used to: Find out the anchor rate when a control moves on the horizontal axis. Modify the anchor rate when a control moves on the horizontal axis....
AnchorRateHeight (Property)
The AnchorRateHeight property is used to: Find out the vertical anchor rate of a control. Modify the vertical anchor rate of a control....
ParallelTaskExecuteAfterOne (Function)
Indicates a continuation parallel task that will be run once the first task is completed in an array of parallel tasks.
CookieWrite (Example)
Usage example of the CookieWrite function