ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Using an external component in an application
A component can be reused at any time in any application......
<Component>.Execute (Function)
Executes a global procedure present in an external component. This external component is loaded with ComponentLoad.
ComponentExecute (Function)
Executes a global procedure present in an external component. This external component is loaded with ComponentLoad.
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
List of extension attributes
The list of extension attributes ......
Using data from an external database
WINDEV Tutorial - External database Using data from an external database - 40 min
Extension (Property)
The Extension property is used to: get the extension of a file defined in the data model editor or through programming. define the extension of a file (when the file is described through programming only)....
<DiskFile variable>.Read (Function)
Reads: a block of bytes (characters) in an external file (ANSI or Unicode), the content of an external file (ANSI or Unicode) and assigns it to a memory area....
fRead (Function)
Reads: a block of bytes (characters) in an external file (ANSI or Unicode), the content of an external file (ANSI or Unicode) and assigns it to a memory area....
12. External component
An external component is a set of WINDEV elements: windows, reports, analysis, etc....
zipCurrentFile (Function)
Returns the name of the archived file currently handled by the functions for adding and extracting files.
WDTerm: End the external language
End the external language......
fCreate (Function)
Creates an external file.
<DiskFile variable>.Close (Function)
Closes an external file.
fClose (Function)
Closes an external file.
fChangeSize (Function)
Resizes an external file.
<DiskFile variable>.ChangeSize (Function)
Resizes an external file.
nWDInit: Initialize the external language
Initializes the external language......
1
6
7
8
9
10
74
>