ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Translucent effect of windows
Depending on the style of your applications, the border of your windows can be translucent......
Handling a formatted display control through programming
WEBDEV allows you to handle a formatted display control through programming......
ShortcutKey (Property)
The ShortcutKey property gets and sets the keyboard shortcut associated with a control.
Modified (Property)
The Modified property is used to determine if a control or group of controls has been modified by the user (keyboard or mouse input).
FramesetRefresh (Function)
Refreshes a frameset displayed in the user's browser from the context on the server....
URL (Property)
The URL property is used to: Get the address associated with a control. Change the address associated with a control....
Border (Property)
The Border property is used to get and change the characteristics of the borders: for a report control or block. for a window control. for a cell of a Table control....
Space (External language)
Fills the content of WdString with space characters on the right.
The "Radar" charts
The Radar chart is used to highlight a series according to another one......
Path (Property)
The Path property gets and sets a path.
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.
HFSQL properties
List of HFSQL properties...
WEBDEV license agreement
WEBDEV license agreement...
RightToLeft (Property)
The RightToLeft property is used to get the writing direction on a control, column, window or report.
TextWithoutFormat (Property)
The TextWithoutFormat property is used to get the text contained in a rich edit control without the formatting tags.
MapMode (Property)
The MapMode property determines and changes how the map is displayed in the Map control.
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....
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....
Unicode (Property)
The Unicode property is used to: Determine if the value of a control is a Unicode string. Specify whether the value of a control is a Unicode string....
EmptyIfZero (Property)
The EmptyIfZero property is used to: Find out the management mode of zero value in a control. Modify the management mode of zero value in a control...
Organization chart linked to a data file
ProgressBarSystem (Property)
The ProgressBarSystem property is used to get and change the progress bar used as system progress bar (in the taskbar) with Windows 7 (and later).
TextDirection (Property)
The TextDirection property is used to determine and change the writing direction in a window, report or control (useful for languages such as Arabic or Hebrew).
Handling a .NET 3.0, 4.0 control, ... (WPF) through programming
WINDEV enables you to handle a .NET 3.0, 4.0 control, ... (WPF) by programming......
AnimationDuration (Property)
The AnimationDuration property is used to know and define the length of time an animation takes to complete one cycle: in a Chart control. This duration is set to 30 hundredths of a second by default. in an infinite Progress Bar control. This duration is set to 200 hundredths of a second by default. in an Image Gallery Looper control....