ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

KeyExpression (Property)
The KeyExpression property is used to set the different components of a composite key.
SortType (Property)
The SortType property is used to: Find out the sort direction defined for an item or for a component of a composite key. This item was defined in the data model editor or programmatically. Define the sort direction for an item or for a component of a composite key (when describing the item through programming)....
<Component>.Load (Function)
Loads an external component independent of the current project.
ComponentLocate (Function)
Specifies the access path to an external component of project.
Translating the external components
An external component is a set of WINDEV or WEBDEV elements that perform a specific action (send faxes, emails, etc....
ComponentLoadAll (Function)
Recursively loads in memory all the external components used in the project.
Distributing an external component
Once the component has been created, tested and generated, it can be distributed to other developers......
Procedure (Type of variable)
The Procedure type is used to handle: the procedures or methods found in the project. the procedures or methods found in an internal component. the procedures or methods found in an external component....
Using several libraries in an application
A library is a WDL file that contains all the resources......
Multi-product external components
Components are a remarkably useful tool for development teams......
"Component.WDO" file
When generating the external component, two files are automatically created in the EXE directory of the current project......
Automatic documentation of external components
External components must include a technical documentation......
The Web Component control
The Web Component control is used to include any external Web resource in a WEBDEV site......
ComponentList (Function)
Returns the list of external components (".WDK" files) used by the current WINDEV or WINDEV Mobile application or by the current WEBDEV site.
1
2
3
4
5
6
86
>