ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

dChord (Example)
Usage example of the dChord function
fMakeDir (Example)
Usage example of the fMakeDir function
XMLParent (Example)
Usage example of the XMLParent function
fDate (Example)
Usage example of the fDate function
OpenChild (Function)
Opens a non-modal child window.
fDateTime (Example)
Usage example of the fDateTime function
MapAddShape (Function)
Adds a new shape (polygon, line, circle) to the map displayed in a Map control.
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
XMLExecuteXPath (Example)
Usage example of the XMLExecuteXPath function
TimestampType (Property)
The TimestampType property is used to: Find out the type of timestamp for an item. This item was defined in the data model editor or through programming. Define the type of timestamp for a Date, Time or DateTime item (when describing the item through programming)....
Select query description window: Items that can be used
CalculatedItemExpression (Property)
The CalculatedItemExpression property is used to: Find out the SQL expression that defines the value of a calculated item. This item was defined in the data model editor or through programming. Define the SQL expression returning the value of a calculated item (when describing the item through programming)....
HSortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view mechanism.
fCopyDir (Example)
Usage example of the fCopyDir function
Type of windows created by RAD
The wizard for window creation proposes several types of windows associated with HFSQL data files......
Native Sybase Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native Sybase Connector (also called Native Sybase Access)......
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....
dSlice (Example)
Usage example of the dSlice function
HOpenConnection (Example)
Usage example of the HOpenConnection function
HExecuteQuery (Example)
Usage example of the HExecuteQuery function
Execute (Function)
Starts the execution of a process through programming.
fCurrentDrive (Function)
Gets or sets the current drive.
HExecuteSQLQuery (Example)
Usage example of the HExecuteSQLQuery function
OOP concepts
A class contains the description of a data structure (members) and the processes (methods) that handle this structure....