ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DisableAAF (Function)
Disables an Automatic Application Feature (AAF) on a control, window or on the current application.
Push notifications: format of notifications (Android and iOS)
An application written in WINDEV Mobile Android or iOS can receive Push notifications......
VerticalAlignment (Property)
The VerticalAlignment property gets and changes the vertical alignment of a control.
Visible (Property)
The Visible property is used to: Find out whether an element is visible. Make an element visible or invisible....
3. Interface (UI)
WINDEV Mobile tutorial: My first Android/iOS application Lesson 3 - Interface (UI) - 30 min...
InitialVisible (Property)
The InitialVisible property is used to determine if: a control was visible during the first display of the associated window or page. a window was visible during its first display....
fTempPath (Example)
Usage example of the fTempPath function
WDSQL: Running an SQL query
WDSQL is used to run all the SQL queries created by WDSQL......
ThreadExecute (Function)
Starts the execution of a secondary thread.
WINDEV applications for Linux: Specific features
8. Windows in practice
Discover the main actions that can be performed on the windows....
Color (Property)
The Color property is used to get or change the font color for: a Font variable. a text displayed in a Static control or in a calculated control of a report. a text displayed in a window control. a text displayed in a page control....
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
Types of Edit controls
Different page layout methods
Tutorial - Anchors, zoning and layouts Different page layout methods - 30 min
DisplayedValue (Property)
The DisplayedValue property returns the value currently displayed in the control of a window or page.
Native DB2 Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native DB2 Connector......
Native Informix Connector: Specific features and remarks
Remarks and specific features of Native Informix Connector...
Message (Function)
Displays or removes a message from the status bar of the current window or browser.
HorizontalAlignment (Property)
The HorizontalAlignment property gets and changes the horizontal alignment of a control.
HTMLBefore (Property)
The HTMLBefore property gets and changes the HTML code added before the control.
HTMLAfter (Property)
The HTMLAfter property is used to get and change the HTML code inserted after the control.
Importing an HTML page into a WEBDEV site
WEBDEV allows you "suck up" the existing HTML pages......
Plane (Property)
The Plane property is used to: Get: the active plane of a window (or report) or the plane to which a control belongs. the active plane of a WEBDEV element. Change: the active plane of a window (or report) or associate a control with another plane. the active plane of a WEBDEV element....
The Java Applet control
A Java Applet control allows you to easily include Java Applets in your WEBDEV sites......