ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Hint (Property)
The Hint property gets and sets the hint text displayed when the Edit control is empty.
Choosing the action associated with the link
You can associate an action with the link regardless of the type of link......
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current code while waiting for this procedure to end.
I was using Visual Basic with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......
FramesetRefresh (Function)
Refreshes a frameset displayed in the user's browser from the context on the server....
The Internal Window control
The "Internal Window" control is used to include a window (and its code) in a control of another window......
Group (Property)
The Group property is used to: find out whether the control belongs to a group of controls. If the control belongs to one or more groups, the Group property can be used to identify these groups of controls. associate a control with a group of controls....
AppointmentCreate (Function)
Displays the window for appointment creation of native application for managing appointments found on the Android device.
Handling a formatted display control through programming
WEBDEV allows you to handle a formatted display control through programming......
Functions for managing Table controls (prefix syntax)
List of functions for managing Table controls (prefix syntax)...
Organization chart linked to a data file
SpeechSynthesisReadFile (Function)
Reads the content of the specified file by using the engine for speech synthesis found on the device.
Handling Ribbon controls programmatically
WINDEV allows you to programmatically handle Ribbon controls, as well as their tabs and groups....
RichEdit (Property)
The RichEdit property is used to manage the RTF (Rich Text Format) type: of an edit control or Static control found in a window. of a Static control found in a report....
Handling an iFrame control through programming
WEBDEV allows you to handle an iFrame control by programming......
Space (External language)
Fills the content of WdString with space characters on the right.
HFSQL management functions
List of functions for HFSQL management...
FontMinSize (Property)
The FontMinSize property is used to get and change the minimum size of the font used in a Static control with the "Reduce font" option.
ColorSaturation (Function)
Calculates the saturation of a color.
ColorLightness (Function)
Calculates the lightness of a color.
StoredItem (Property)
The StoredItem property is used to: Find out the stored item or the stored variable of a Table, Looper, List Box or Combo Box control. Modify the stored item or the stored variable of a Table, Looper, List Box or Combo Box control....
Handling a Linear Looper control through programming
WEBDEV allows you to handle a Linear Looper control through programming....
ColorHue (Function)
Calculates the hue of a color.
Password (Property)
The Password property can be used: on the edit controls (or on the text table columns) to find out whether the control is a "Password" control or to modify the "Password" type of the control. on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection....
Translucent effect of windows
Depending on the style of your applications, the border of your windows can be translucent......