ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

PageCloseDialog (Function)
Closes the current page. This page was opened by PageDisplayDialog. A return value can be returned to the calling page.
Android 11: Changes in the behavior of applications
After each new version of Android is deployed, Google requires a higher target API level ("TargetSdkVersion") to publish applications on Google Play...
TextWithoutFormat (Property)
The TextWithoutFormat property is used to get the text contained in a rich edit control without the formatting tags.
ErrorOccurred (Variable)
ErrorOccurred is a preset variable of WLanguage indicating the result of the last WLanguage function used.
Linear Looper control properties
AutomaticTooltip (Property)
The AutomaticTooltip property is used enable or disable automatic tooltips on List Box, Table and TreeView Table controls.
grSaveWMF (Function)
Saves a chart that was drawn beforehand in WMF format.
Programming standard in Windows Vista and later
To increase security against worms and viruses, Windows Vista/7 implemented the UAC (User Account Control) mechanism....
FTPListFile (Example)
Usage example of the FTPListFile function
TableModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
dCopyImage (Function)
Copies an image: from an Image control to another Image control. from an Image variable to another Image variable....
Available features and specific features of Java
WINDEV allows you to generate a Java application without even knowing the Java language......
Facebook functions
List of Facebook functions...
httpResponse (Type of variable)
The httpResponse type is used to get the advanced characteristics of the response of the HTTP/HTTPS request....
FontUnderlined (Property)
The FontUnderlined property is used to: Determine if the text is underlined. Underline (or not) a text....
Constants for managing Pivot Table controls
The following constants are used by the functions that manage Pivot Table controls...
Constants for managing certificates
dbgCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
dbgCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
sOpen (Function)
Opens and initializes: a serial port. a parallel port. an infrared port....
LDAPReplaceAttributeValue (Function)
Replaces a specific value of an attribute by a new value.
CertificateClientInfo (Function)
Returns information about the certificate used by the client computer.
AnsiToOem (Function)
Converts an ANSI string (Windows) to an OEM string (DOS).
TableAddChild (Function)
Adds a row into a TreeView Table control, at the end of a given hierarchy level.
TableDeleteChild (Function)
Deletes all child rows from a branch of the hierarchy.