ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

EditMode (Property)
The EditMode property gets and sets the editing mode of the Diagram Editor control: selection or freehand drawing.
Table,Position (External language)
Sets the position on a given element or returns the element on the fist row of a Table control populated programmatically.
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
ExeListProcess (Function)
Returns the list of applications currently run.
HListScheduling (Function)
Lists the scheduled tasks defined on an HFSQL server: stored procedure, backup, optimization, refresh of materialized view....
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....
IgnoreError (Property)
The IgnoreError property gets and sets the different certificate errors ignored by the HTML Display and WEBDEV Page controls.
Text (Property)
The Text property is used to get and modify text.
12. Managing tasks
The Project Management Hub allows the project contributors to manage their task schedule....
"Debugger trace" pane
The "Debugger trace" shows the messages displayed in the trace window during the last application test......
<Connection variable>.ListScheduling (Function)
Lists the scheduled tasks defined on an HFSQL server: stored procedure, backup, optimization, refresh of materialized view....
Execution platform
WINDEV Mobile allows you to develop applications for different families of products......
BrowsedFile (Property)
The BrowsedFile property gets and sets the data source used to display records in controls based on a data file.
ImageWidth (Property)
The ImageWidth property gets and sets the width of the image section displayed in an Image control or in the background of a Chart control.
CheckMarkStyle (Property)
The CheckMarkStyle property gets and sets the check icon of a menu option. This icon appears only if the menu option is checked.
DisplayLongText (External language)
Displays a long text in a text control in Pascal and in C.
OCRDetectTextArea (Function)
Returns all text areas of an image without reading the text.
Text (Property)
Text is used to find out whether an item is a text item.
Using WDMSG
The different steps for translating the project messages with WDMSG are as follows:...
The "Project Management Hub" pane
The "Project Management Hub" pane displays the tasks assigned to the current developer......
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable, edit control in a window, Static control in a report, ...).
fLoadText (Function)
Loads the content of a text file into any text control or text variable (string variable, edit control in a window, Static control in a report, etc.).
fInsertTextAtBeginning (Function)
Inserts text at the beginning of a file without overwriting the existing text.
FontUnderlined (Property)
The FontUnderlined property is used to: Determine if the text is underlined. Underline (or not) a text....
ControlFindHighlight (Function)
Highlights, in a window or control, all the captions and texts corresponding to a given text.