ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

VerticalAlignment (Property)
The VerticalAlignment property gets and changes the vertical alignment of a control.
The different types of windows
The following types of windows can be created in a WINDEV application......
hScheduledOptimization (Type of variable)
The hScheduledOptimization type is used to programmatically manage a scheduled optimization task on an HFSQL server.
Color (Type of variable)
The Color type is used to define the advanced characteristics of a WLanguage color.
StoreTheConfiguration (Property)
The StoreTheConfiguration property is used to: Determine whether the configuration of the panes in a dynamic Tab control or Ribbon control is automatically saved and restored. Modify the configuration of the panes in a dynamic Tab control or Ribbon control so that it is automatically saved and restored (or not)...
NewLine (Property)
The NewLine property is used to determine: in a Table control, whether the current row was created with TableAddXXX or TableInsertXXX. in a Looper control, whether the current row was created with LooperAddXXX or LooperInsertXXX. in an Organizer control, whether an appointment was created via the popup menu. in a Scheduler control, whether an appointment was created via the popup menu....
TableInputSearch (Function)
Enables input in the the search area in the column title of the Table or Treeview Table control.
TableInfoXY (Function)
Returns for a given position in a Table or TreeView Table control (coordinates of a control point): the name of the column displayed for the specified position. the index of the row or column for the specified position....
HSetReplication (Function)
Temporarily disables (or re-enables) the replication.
ComponentLocate (Function)
Specifies the access path to an external component of project.
fSeek (Example)
Usage example of the fSeek function
GglDriveConnect( Function)
Creates a connection to an Drive Google Drive.
Socket: creating a standard socket server
WINDEV allows you to create a standard socket server......
Custom context menu
Custom context menus are created in the window editor and can be handled programmatically......
Close (Function)
Closes a WINDEV window (and returns a value if necessary).
Page constants
List of constants used by page functions....
ServiceWait (Function)
Pauses the current service during the specified duration.
TableCollapseAll (Function)
Collapses: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
Multicolumn report
The report editor allows you to create "Multicolumn" reports....
Publishing the replication from ReplicEdit
A replication description created with ReplicEdit can be published from this tool on a replication server......
Entity of a CDM
To group information according the MERISE method, entities must be created......
Native Sybase Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Sybase (also called Native Access to Sybase......
Importing a WINDEV window into a Mobile project
The WINDEV windows not having the same format in WINDEV Mobile, WINDEV Mobile gives you the ability to import a WINDEV window into a WINDEV Mobile project......
Setup in MSI format
You have the ability to create a setup program in MSI standard......
HOpenConnection (Example)
Usage example of the HOpenConnection function