ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ExplorerAccept (Function)
Enables or disables the ability to perform "Drag and Drop" from the Windows explorer to a WINDEV window or control.
Title (Property)
The Title property is used to get and change the title of an element.
UnicodeToAnsi (Function)
Converts: a UNICODE string to ANSI (Windows). a buffer containing a UNICODE string to a buffer containing an ANSI string (Windows)....
HCopyRecord (Example)
Usage example of the HCopyRecord function
fMemOpen (Function)
Opens a memory zone shared between several applications.
Installing OpenOffice
WINDEV, WEBDEV and WINDEV Mobile propose a spelling checker......
The home page
The home page is the first page of your site......
The Captcha control
The "captcha" are the distorted texts that the Web user must decode and re-enter in a site before validating a form....
PageDisplay (Function)
Displays a web page in the user's browser....
16. Application test in practice
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
The Social Network control
The "Social network" control is a toolbar containing icons used to establish the link to the main social networks of the Web......
SpeechRecognitionTrigger (Function)
Triggers the device's speech recognition service....
Date (Type of variable)
The Date type enables you to easily handle the dates...
docTabulation (Type of variable)
The docTabulation type is used to define the characteristics of a custom tabulation.
DelayBeforeClosing (Function)
Limits the display duration of a window or dialog box. If no user action is performed, when the specified amount of time is reached: for a window, the code of a window button will be run. for a dialog box, the dialog box is automatically closed....
Opacity (Property)
The Opacity property is used to get and define the opacity percentage for a window, or for controls in a window or page.
xmlNode (Type of variable)
The xmlNode type is used to handle a node of an XML document.
TABOrder (Property)
The TABOrder property gets and sets the position of a control in the tab order of a window.
AJAXExecuteAsynchronous (Function)
Runs a server procedure without refreshing the page.
sRead (Function)
Reads a character string in the entry buffer of the specified serial port.
gglOverride (Type of variable)
The gglOverride type is used to define information about event notification overrides.
BeaconDetectPrecise (Function)
Used to find the Beacons near the device.
The Duration control: Input or display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
Importing styles from a WordPress theme with WEBDEV
WordPress offers numerous templates to create original websites...