ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

picLayer (Type of variable)
The picLayer type is used to define all the advanced characteristics of a layer of an image loaded in a WDPic variable.
fDriveInfo (Function)
Returns information about a drive.
HSynchronizeReplica (Function)
Synchronizes master and subscriber replicas: operations performed on one replica are transferred to the other.
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
ArrayInfo (Function)
Returns the characteristics of an array: type of elements, number of dimensions, dimensions, etc.
docElementImage (Type of variable)
The docElementImage type is used to handle the characteristics of an Image element found in a docElement variable.
ExceptionChangeParameter (Function)
Configures the automatic behavior that will be implemented if an exception occurs in the current process.
Geometry (Variable type)
The Geometry type can be used to store any type of geometry: point, polygon, etc.
Secret string vault
Passwords, private keys and tokens are often used in programming......
Toast (Type of variable)
The Toast type is used to define all the advanced characteristics of a toast notification.
diagConnector (Variable type)
The diagConnector type is used to define all the advanced characteristics of a connector in a diagram.
RGB (Function)
Defines a color from its Red, Green and Blue components.
PolygonGeo (Variable type)
The PolygonGeo type is used to define all the advanced characteristics of a geographic polygon.
Optional events: Retrieved information
In WINDEV, you can add optional events in the code of the different elements of an application......
HWrite (Function)
Writes a record into a table without updating the indexes corresponding to all keys used in the table.
WLanguageCodeCompiling (Variable type)
The WLanguageCodeCompiling type is used to define all the compiler options used by the Compile, ExecuteCode and EvaluateExpression functions, as well as by the Code Editor control (via the Compiler property).
xmlSignatureVerification (Variable type)
The xmlSignatureVerification type is used to define the information required to verify an XML signature.
MultiLinestringGeo (Variable type)
The MultiLinestring type can be used to store a collection of linestrings defined with geographic coordinates.
Native Sybase Connector: Running the same stored procedure several times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters......
Native Sybase Connector: Output value of a stored procedure run on the server
The Native Sybase Connector (also called Native Sybase Access) is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....