|
|
|
|
|
|
|
A component must be created from a project containing all the elements required for the component...... |
|
|
|
|
|
|
Loads an external component. This component can be:
an external component present in the current project.
an external component independent of the current project.... |
|
|
|
|
|
|
A component can be reused at any time in any application...... |
|
|
|
|
|
|
You have developed an external component and you want to debug it? The user of an external component sends an executable indicating that your external component does not operate? You are using your external component in another project and you want to debug it?...... |
|
|
|
|
|
|
The Component property configures the different components of a composite key. |
|
|
|
|
|
|
Executes a global procedure present in an external component. This external component is loaded with ComponentLoad. |
|
|
|
|
|
|
Executes a global procedure present in an external component. This external component is loaded with ComponentLoad. |
|
|
|
|
|
|
WINDEV Tutorial: External components Reusing code with external components - 40 min |
|
|
|
|
|
|
An internal component is a set of elements from a project...... |
|
|
|
|
|
|
The Component type is used to easily handle an external component. |
|
|
|
|
|
|
An external component is a set of WINDEV elements: windows, reports, analysis, etc.... |
|
|
|
|
|
|
Internal components in practice... |
|
|
|
|
|
|
An external component is a set of WINDEV Mobile elements: windows, reports, analysis, etc.... |
|
|
|
|
|
|
WINDEV, WEBDEV and WINDEV Mobile allow you to easily create and publish components...... |
|
|
|
|
|
|
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).... |
|
|
|
|
|
|
The KeyExpression property is used to set the different components of a composite key. |
|
|
|
|
|
|
Loads an external component independent of the current project. |
|
|
|
|
|
|
Specifies the access path to an external component of project. |
|
|
|
|
|
|
Recursively loads in memory all the external components used in the project. |
|
|
|
|
|
|
An external component is a set of WINDEV or WEBDEV elements that perform a specific action (send faxes, emails, etc.... |
|
|
|
|
|
|
Once the component has been created, tested and generated, it can be distributed to other developers...... |
|
|
|
|
|
|
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.... |
|
|
|
|
|
|
Components are a remarkably useful tool for development teams...... |
|
|
|
|
|
|
When generating the external component, two files are automatically created in the EXE directory of the current project...... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|