|
|
|
|
|
|
|
The Native Oracle Connector 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.... |
|
|
|
|
|
|
The Source property can be used on:
a Chart control: in this case, the Source property is used to get the source of the series: Table column, list of values, ...
a connection: in this case, the Source property is used to get or set the source of a connection (HFSQL Client/Server, OLE DB, etc.).... |
|
|
|
|
|
|
When installing WEBDEV development version, if no Web server is available on the current computer, WEBDEV automatically installs one (IIS Express version 10). This server is automatically configured to work with WEBDEV.... |
|
|
|
|
|
|
WINDEV and WINDEV Mobile manage two types of menus...... |
|
|
|
|
|
|
A variable is defined by name and type...... |
|
|
|
|
|
|
This help page presents the different data sources available for a control.... |
|
|
|
|
|
|
The "Internal Window" control is used to display an existing internal window...... |
|
|
|
|
|
|
By using the Image Editor control in your mobile applications, you will allow users to edit images or photos...... |
|
|
|
|
|
|
Custom telemetry allows you to define the elements that will be included in the analytics...... |
|
|
|
|
|
|
Managing business rules... |
|
|
|
|
|
|
The optional event "Long press/Open context menu" is run during a long press on the controls of a window...... |
|
|
|
|
|
|
The global procedures are grouped in set of procedures...... |
|
|
|
|
|
|
You want to find a word in the controls of your window? Nothing is easier, press CTRL + F and type the word to find...... |
|
|
|
|
|
|
The setup program creation wizard allows you to define all the settings of your setup program.... |
|
|
|
|
|
|
An application is often intended to be used by several users connected via a network...... |
|
|
|
|
|
|
The help editor allows you to define styles of paragraphs...... |
|
|
|
|
|
|
By default, the codes available in the code editor correspond to the most common codes...... |
|
|
|
|
|
|
Two types of browse can be used to browse the result of a query run by SQLExec...... |
|
|
|
|
|
|
The spDerivation property is used to:
Get the key derivation function used to hash an item of type "Password". This property can be used for items of type "Password" defined in the data model editor or programmatically.
Set the key derivation function used for hashing (only for "Password" items defined programmatically).... |
|
|
|
|
|
|
The email structure is a preset structure of WLanguage (no declaration is required)...... |
|
|
|
|
|
|
The description window of a Pivot Table control is used to configure several elements of the control...... |
|
|
|
|
|
|
The Compile keyword can correspond to:
the Compile function, which dynamically compiles a procedure whose source code is specified..
the <COMPILE IF> statement, which allows you to compile WLanguage code according to a condition (mainly used to compile code according to a platform or configuration type).... |
|
|
|
|
|
|
A procedure can declare some parameters that are not immediately used. In this case, a warning appears in the code editor, indicating that the local variable is not used.... |
|
|
|
|
|
|
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.... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|