ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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)....
CodeCSS (Property)
The CodeCSS property is used to read and change the CSS code associated with a Web Component control.
CodeJS (Property)
The CodeJS property is used to read and change the JavaScript code associated with a Web Component control.
ErrorInfo (Function)
Retrieves information about the last error that occurred in a function of a WINDEV, WINDEV Mobile or WEBDEV component.
Web Component control properties
The Web Component control can be handled by the WLanguage properties in server code and in browser code......
CodeHTML (Property)
The CodeHTML property is used to read and change the HTML code associated with a Web Component control.
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....
<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....
iChangeSubReportSource (Function)
Modifies through programming the report associated with a sub-report in a composite report.
WDTerm: End the external language
End the external language......
fCreate (Function)
Creates an external file.
nWDInit: Initialize the external language
Initializes the external language......
<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.
<Variable DiskFile>Create (Function)
Creates an external file.
I was using Visual Basic with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......
Error 1013: The access to the member of the class is restricted by a protected inheritance
<Chart>.SeriesType (Function)
Defines the type of series used in a composite chart (chart containing several types of charts).
grSeriesType (Function)
Defines the type of series used in a composite chart (chart containing several types of charts).
fFileExist (Function)
Checks the existence of an external file.
HBuildKeyValue (Function)
Builds the value of a composite key to implement a filter (HFilter) or to perform a search (HReadSeekFirst, HReadSeekLast, etc.).
<Source>.BuildKeyValue (Function)
Builds the value of a composite key to implement a filter (HFilter) or to perform a search (HReadSeekFirst, HReadSeekLast, etc.).
API (Function)
Runs a function found in an external DLL.
1
2
3
4
5
6
49
>