ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Menu>.Exist (Function)
Indicates whether a menu option exists in a menu.
<Menu>.Delete (Function)
Deletes a menu or a menu option.
Manipulating WEBDEV menu options
The context menu of menu options allows you to perform all the operations required to define a drop-down menu...
Manipulating menu options via the context menu
WINDEV and WINDEV Mobile manage two types of menus:...
MenuUnMark (Function)
Removes the checkmark displayed in front of the menu option (context menu or drop-down menu).
Image (Property)
The Image property gets and sets the background image of a control or block.
Characteristics of menu options
WINDEV and WINDEV Mobile manage two types of menus...
MenuDelete (Function)
Deletes a menu or a menu option.
Managing menu options in MDI windows
The MDI windows must respect some constraints specific to the MDI applications...
MenuExist (Function)
Indicates whether a menu option exists in a menu.
MenuState (Function)
Identifies the status of a menu option (context menu or drop-down menu): active, inactive or invisible.
Manipulating menu options programmatically
Menu options can be manipulated...
Referring to an element in a WLanguage event / process
Used to manage the horizontal position (X-coordinate) of print cursor in the page.
Image properties (help system)
At any time, you can change the characteristics of an image inserted into a help page in the image properties......
13. Debugger
Creating an executable: WINDEV framework
Each WINDEV function is associated with a WINDEV DLL......
WEBDEV administrator: Installed Webservices
The "Webservices" tab gives information about the dynamic WEBDEV Webservices installed on the computer......
Types of Edit controls
Native MySQL Connector: Programming with HFSQL functions
To use a MySQL database with the Native Connector (or Native Access), import the structure of MySQL tables into the WINDEV or WEBDEV analysis......
External language: Programming in COBOL
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
PDFReaderSeekPrevious (Function)
Sets the position on the previous result of a search started with PDFReaderSeekFirst in the content of a PDF Reader control.
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application with the executable......
Interacting with the user
WINDEV, WEBDEV and WINDEV Mobile allow you to communicate with the user via dialog boxes......
Using objects
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues and suggests improvements......
dbgEnableLog (Function)
Enables the runtime log programmatically.
Characteristics of the columns of a Table control in a page
The columns are used to display information in a Table control....
SchedulerWorkingHour (Function)
Used to indicate the specific working hours per day in a Scheduler control.
EncryptAsymmetric (Function)
Encrypts a buffer using an asymmetric encryption algorithm (RSA) that requires a public key and a private key.
PDFReaderSeekFirst (Function)
Initializes the search for a text in a PDF file displayed by the PDF Reader control and positions on the first occurrence found (from the current page).
ScriptExecute (Function)
Calls an external script (.asp or .php) and returns the result in a string.
Find/Replace in the current project
The "Find/Replace" feature is used to......
Deploying an application via App Store
Deployment to the App Store is the most common deployment mode......
ReplicEdit: Taking the analysis modifications made into account
When modifying the analysis of a replicated application (add an item, a file, ......
SOAPRun (Function)
Runs a procedure on a SOAP server.
Creating an executable: Data file directory
Two types of directories can be configured when creating the executable......
Toast (Type of variable)
The Toast type is used to define all the advanced characteristics of a toast notification.
MVP overview: Model - View - Presenter
MVP is the acronym for MODEL - VIEW - PRESENTER......