ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Image>.DrawPolyline (Function)
Draws a line composed of multiple segments in an Image control.
<WDPic variable>.DrawPolygon (Function)
Draws a polygon in a WDPic variable.
<picLayer variable>.DrawPolygon (Function)
Draws a polygon in a picLayer variable.
9. Types of standard controls
Types of standard controls...
Constants used by properties associated with windows, reports, pages and controls
List of constants used by properties associated with windows, reports, pages and controls....
<Image variable>.DrawPolyline (Function)
Draws a line composed of multiple segments in an Image variable.
<Image>.DrawPolygon (Function)
Draws a polygon in an Image control,
<WDPic variable>.DrawPolyline (Function)
Draws a line composed of multiple segments.
<picLayer variable>.DrawPolyline (Function)
Draws a line composed of multiple segments.
WINDEV applications for Linux: Specific features
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure...
ChangeTarget (Function)
Changes the target of a button action.
ThreadRequestStop (Function)
Sends a stop request to a thread.
diagPolygon (Type of variable)
The diagPolygon type is used to define all the advanced characteristics of a shape of type Polygon.
DateTime (Type of variable)
The DateTime type enables you to easily handle a date and a time...
End of Document block
The End of document block is run once at the end of the report execution......
Choosing the type of link
WEBDEV proposes several types of links according to the action of link on the page controls......
fSaveBuffer (Function)
Creates and fills a text file with the content of a string or buffer variable.
fExeDir (Function)
Returns the directory from which the execution is started.
Creating a skin template from an existing skin template
You can create a skin template from an existing skin template (provided by PC SOFT, for example)......
Choose the action of the button in a page
WEBDEV proposes several actions of the button on the controls of the page......
SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data.
pdfTextElement (Type of variable)
The pdfTextElement type is used to find out all the characteristics of a text element in a PDF page.
SendKey (Function)
Simulates the keystrokes and the mouse actions.
fUncompress (Function)
Decompresses a file that was compressed by fCompress.