ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ExpandedImage (Property)
The ExpandedImage property is used to: find out and modify the default image associated with an expanded row in a TreeView Table control. find out and/or modify the default image associated with an expanded row in a TreeView control. find out and modify the image associated with a specific expanded row in a TreeView Table control. find out and modify the image associated with an expanded row in a treeview item of a "TreeView table" report....
dRotation (Function)
Performs a rotation: of an Image control. of an Image variable. of a picLayer variable....
UnicodeToAnsi (Function)
Converts: a UNICODE string to ANSI (Windows). a buffer containing a UNICODE string to a buffer containing an ANSI string (Windows)....
grPiePullOut (Function)
Pulls out a section (or all sections) in a chart.
Polar Area charts
Polar Area charts are similar to Pie charts. However, each segment has the same angle......
fRead (Example)
Usage example of the fRead function
RightToLeft (Property)
The RightToLeft property is used to get the writing direction on a control, column, window or report.
TableEnumColumn (Function)
Returns the name of a column found in a Table or Treeview Table control.
TreeModify (Function)
Modifies an element (node or leaf) in a TreeView control.
HAddLink (Function)
Adds an integrity rule between two data files on the server.
Constants for manging the replication
List of constants used by the functions for managing the replication....
fDataDirUser (Function)
Returns a directory path for the data of the current user of the current application.
Lower (Function)
Converts all characters in a string to lowercase according to the region settings defined in Windows.
Accessing an LDAP directory
An LDAP directory is used to share information databases on a local or external network....
The Slider control (in a window)
A slider control is used to select a value between two bounds......
geoAzimuth (Function)
Returns the direction represented by a location in relation to another one.
ResourceHeight (Property)
The ResourceHeight property is used to get and change the height of resources in a Scheduler control where resources are arranged in rows.
BrightnessAuto (Function)
Returns or modifies the activation status of the automatic adjustment of the brightness on the device.
WebSocketExecuteGlobalService (Function)
Executes a global procedure in the context of the global service of the WebSocket server.
Importing a CSS style sheet
WEBDEV allows you to import a CSS style sheet into a WEBDEV project......
Generation of a class diagram using reverse engineering
WINDEV, WINDEV Mobile and WEBDEV allow you to create the class diagram of an application using reverse engineering (files "......
Associating an identifier with an element found in a TreeView control
The different methods to associate an identifier with an element found in a TreeView control....
sEscape (Function)
Runs different functions that directly affect the bits of serial port, parallel port or infrared port, independently of the communication protocol.
Generating SQL scripts
The content of an analysis can be exported in the format of SQL scripts for a specified database (SQL Server, Oracle, ......
HExtractMemo (Example)
Usage example of the HExtractMemo function