ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CursorDisplay (Function)
Displays or hides the mouse cursor.
HourGlass (Function)
Transforms the mouse cursor into hourglass and vice versa.
In Android and iOS, displays an endless progress bar in a window.
CursorCapture (Function)
Directs all the events associated with the mouse toward a specific window or control, regardless of the screen object where the mouse event occurs.
CursorPos (Function)
Returns and modifies the position of the mouse cursor.
MouseYPos (Function)
Used in a mouse or stylus event (click code, hover code, left or right button pressed code, etc.), returns the vertical position (Y) of the mouse cursor in relation to the field or window in question.
MouseXPos (Function)
Used in a mouse or stylus event (click code, hover code, left or right button pressed code, etc.) returns the horizontal position (X) of the mouse cursor in relation to the field or window in question.
AutomaticEvent (Type of variable)
The AutomaticEvent type is used to manage an automatic event.
Deploying in the cloud for PC SOFT applications
PC SOFT allows you to host your sites in the CLOUD for PC SOFT applications......
ManualEvent (Type of variable)
The ManualEvent type is used to manage a manual event.
2. User-friendly editors in practice
Positioning marks in the code
The positioning marks are used to "tag" specific lines of code......
Importing a non-WINDEV window
You are interested by a window found in a non-WINDEV application?......
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
InitialContent (Property)
The InitialContent property gets the initial content: of a List Box control populated programmatically. of a Combo Box control populated programmatically. of a "List of values" column in a Table control. in a Spreadsheet control....
PageSubmit (Function)
Validates the specified page and starts the execution of a button.
Drag and Drop from the explorer
The Drag and Drop from the explorer consists in selecting one or more files in the Windows explorer and in transferring them into a control of a WINDEV window......
gRectangle (Function)
Builds a sequence of characters used to draw a rectangle.
InitWindow (Function)
Initializes (or not) the controls to zero and runs the initialization processes of the controls and the window.
TreeInsert (Function)
Inserts a leaf into a TreeView control at a specific position.
J2EEAddHeader (Function)
Adds a header to the next procedure that will be run on the server.
grGridlines (Function)
Displays or hides the chart gridlines.
grLineThickness (Function)
Retrieves and/or modifies the value of the line thickness in a line chart....
grDestinationControl (Function)
Defines an Image control as destination of a chart.
grSaveBMP (Function)
Saves a chart that was previously drawn in a file in BMP format.
zipIsMulti (Function)
Returns the type of archive: single-part archive or multi-part archive.
xlsOpen (Function)
Opens an Excel file (xls or xlsx files).
Controlling the WEBDEV Application Server
Starting with version 28, you can remotely control the WEBDEV Application Server......
rssChannel (Type of variable)
The rssChannel type is used to handle a RSS channel...
Variable Description (Type of variable)
The Variable Description type is used to get information about a variable or a member.
The Ribbon control
The Ribbon control proposes an additional feature regarding the menus found in your applications. It is used to present in a small surface a large number of controls arranged logically in order to perform choices....
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......