ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

EmailImportHTML (Function)
Imports, into the Email structure or into an Email variable, the content of an HTML file in order to send it by email.
<picLayer variable>.DrawChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line) in a picLayer variable.
".STY" file: "Style sheet" file
A style sheet is a "......
NetDirList (Function)
Lists the directories and the files found: on the FTP server (File Transfer Protocol) or on the RPC server (Remote Procedure Call) powered by WINDEV, on the client computer. This function is kept for backward compatibility....
Constants used by the XML signature
Constants used by the XML signature...
Handling a Link control through programming (Page)
WEBDEV allows you to handle a Link control through programming......
Libraries (.WDL file)
A library is a WDL file that contains all WINDEV or WEBDEV resources ......
Error 19: The step of this FOR loop must be constant
Progress Bar control properties
List of properties associated with the Progress Bar control...
<Document variable>.ToHTML (Function)
Converts a Document variable into an HTML file.
Second (Property)
The Second property is used to: Retrieve the number of seconds from a Time, DateTime or Duration variable. Modify the number of seconds in a Time, DateTime or Duration variable. Retrieve the seconds or the number of seconds from a Date item (in "Date and Time" or "Duration" format) Modify the seconds or the number of seconds in a Date item (in "Date and Time" or "Duration" format)...
Millisecond (Property)
The Millisecond property is used to: Retrieve the number of milliseconds from a Time, DateTime or Duration variable. Modify the number of milliseconds in a Time, DateTime or Duration variable. Retrieve the milliseconds or the number of milliseconds from a Date item (in "Date and Time" or "Duration" format) Modify the milliseconds or number of milliseconds in a Date item ("Date and Time" or "Duration" format)...
DnDGetData (Function)
Retrieves a specific type of data during Drag/Drop....
CountryGet (Function)
Returns the Country variable corresponding to an ISO code or to the country caption according to ISO 3166-1.
Error 533: The expression of a { } must be a string
Handling a Rich Text Area control through programming
To handle a Rich Text Area control programmatically, use the variable of the Rich Text Area control directly in the code......
emailPOP3Session (Type of variable)
The emailPOP3Session type is used to access a messaging server by using the POP3 protocol (Post Office Protocol) in order to retrieve the messages found on this server.
Managing the semaphores in the threads: limiting the simultaneous code execution
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
The Looper control
A Looper control is used to repeat the controls found in a specific area......
fLoadBuffer (Function)
Loads the content of an external file (text, image, ...) in a buffer variable.
fSaveBuffer (Function)
Creates and fills a text file with the content of a string or buffer variable.
DynamicTab (Property)
The DynamicTab property is used to: Find out the type of a Tab control (static tab or dynamic tab). Modify the type of a Tab control (static tab or dynamic tab)....
CharactType (Function)
Returns information about the type of character.
xlsDocument (Example)
Usage example of the xlsDocument type
SNMPOIDType (Function)
Returns the type of data in an OID.