ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

13. External component in practice
External component in practice...
WINDEV and the communication streams (audio, sound)
To handle the communication streams, WINDEV includes......
MouseYPos (Function)
Returns the vertical position (Y) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
BurnerAddDirectory (Function)
Adds all the files found in a directory to the compilation.
Assignment of RETURN
The return value of the process currently run can be assigned...
LoWord (Function)
Returns the two low bytes of an integer.
HiWord (Function)
Returns the two high bytes of an integer.
fbSession (Type of variable)
The fbSession type is used to describe a connection to the Facebook service and to manage the authentication to this service.
Lower (Function)
Converts all characters in a string to lowercase according to the region settings defined in Windows.
KeyGenerateInitialKey (Function)
Generates the initial key (unique license number) for the activation system of the application.
Events associated with Flash controls
List of events associated with Flash controls...
LooperToWord (Function)
Creates a Word file (.RTF) using the data from a Looper control.
UI compilation errors
UI compilation errors indicate the possible problems detected in your interfaces whenever a window, a page or a report is saved or whenever the project is recompiled......
GPSStatus (Function)
Retrieves the activation status of the geolocation provider or asks to be notified when the status changes.
Customizing the User Groupware
Custom tooltips
Tooltips are very useful for application users......
xmlSignatureInformationKeyX509 (Type of variable)
The xmlSignatureInformationKeyX509 type is used to define the information that must be included in the KeyInfo section of the XML signature.
MemoryFormat (Property)
The MemoryFormat property is used to get and change the format of the value returned for: Date or Time edit controls. Date or Time table columns. Calendar controls. Static controls. editable combo boxes. table columns displayed by combo boxes....
iInitReportQueryConnection (Function)
Initializes the query linked to the report.
SysDir (Function)
Returns the path of a system directory.
2. Variables
WINDEV Tutorial: WLanguage basics Lesson 2 - Variables - 20 min
BufferToHexa (Function)
Converts a buffer to a hexadecimal string (e.g.,: "4A 5B 00").
Upper (Function)
Converts all characters in a string to uppercase according to the region settings defined in Windows.
Cursor (Property)
The Cursor property is used to get and change the position of the mouse cursor in one of the following controls: Edit control. Editable Combo Box. "Edit control" table column and "Editable Combo Box" table column. Word Processing control. HTML Editor control....
Internal component
An internal component is a set of elements from a project......