|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Runs a function found in an external DLL. |
|
|
|
|
|
|
|
| Runs a function found in an external DLL. |
|
|
|
|
|
|
|
| Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework. |
|
|
|
|
|
|
|
| We are going to call the elements developed in WINDEV (project, windows, analysis, ...... |
|
|
|
|
|
|
|
| The executable will be stand-alone if the following elements are included in the executable...... |
|
|
|
|
|
|
|
| WINDEV and WEBDEV propose a Native xBase/FoxPro Connector (or Native xBase/FoxPro Access) module...... |
|
|
|
|
|
|
|
| Each WINDEV function is associated with a WINDEV DLL...... |
|
|
|
|
|
|
|
| An internal component is a set of elements from a project...... |
|
|
|
|
|
|
|
| Finds out the version number of WD140VM.DLL of WINDEV. |
|
|
|
|
|
|
|
| You can deploy 64-bit compatible sites...... |
|
|
|
|
|
|
|
| Internal components in practice... |
|
|
|
|
|
|
|
| Loads the file that contains the error messages handled by WD??EXE.DLL in the desired language. |
|
|
|
|
|
|
|
| A library is a WDL file that contains all the resources...... |
|
|
|
|
|
|
|
| List of constants used by the Windows functions.... |
|
|
|
|
|
|
|
| An API Description variable is used to describe an API, its parameters, its return value and its calling options by programming. |
|
|
|
|
|
|
|
| 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.... |
|
|
|
|
|
|
|
| Visual Basic (like many other languages) allows you to create custom DLLs...... |
|
|
|
|
|
|
|
| Specifies the location of the Python DLL to be loaded. |
|
|
|
|
|
|
|
| Loads the specified library (DLL) in memory. |
|
|
|
|
|
|
|
| Unloads the Python DLL and frees memory. |
|
|
|
|
|
|
|
| Returns the version number of the wdxxxvm DLL. |
|
|
|
|
|
|
|
| Retrieves the specified information about the version of an executable or DLL. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|