| |
Versions 09 and laterAlias Alias | ..Alias is used to: - find out or modify the alias of a window (WINDEV)
- Find out and modify the alias of a dynamic tab pane (WINDEV)
- find out the internal HTML/Javascript name of a control (WEBDEV).
|
BackgroundColor | ..BackgroundColor is used to manage the background color of a control, window, page or report block. |
Caption | In a database, ..Caption is used to:- Find out the caption associated with a file item.
- Find out the caption associated with a data file.
- Find out and modify the connection caption.
In a report, ..Caption is used to: - Find out the text displayed in a Static or Link control.
- Modify the text displayed in a Static or Link control.
In a window or in a page, ..Caption is used to: - Find out and modify the caption of a control in a window or in a page.
- Find out and modify the caption of a menu option.
- Find out and modify the title of a window or page.
- Find out the content of a site map path.
|
Versions 09 and laterColor Color | ..Color is used to find out and modify the font color for:- a font variable.
- a text displayed in a Static control or in a calculated control of a report.
- a text displayed in a window control.
- a text displayed in a page control.
|
Undocked | Indique si un volet d’onglet ou de ruban est détaché |
FullName | ..FullName is used to find out the full name:- of a control.
- of a window.
- of a menu option.
- of a table column.
|
Grayed | ..Grayed is used to: - Find out whether a control (or a group of controls) is grayed or not.
- Gray or ungray a control or a group of controls.
|
HelpNumber | ..HelpNumber is used to find out and modify the help number associated with a control. |
Versions 09 and laterImage Image | ..Image is used to find out and modify the background image associated with a control or with a block. |
InitialState | ..InitialState is used to find out the initial status of a control. |
InitialVisible | ..InitialVisible is used to find out whether:- a control was visible during the first display of the associated window or page.
- a window was visible during its first display.
|
Versions 09 and laterName New in version 09Name Name | ..Name is used to find out:- the name of the font associated with a Font variable.
- the name of a control, report or report block.
- the name of a control, group of controls or window.
- the name of a control, group of controls or page.
|
Versions 09 and laterState State | ..State is used to find out and modify the display state of an element. |
ToolTip | ..ToolTip is used to find out and modify the text displayed in the tooltip associated with a control found in a window or in a page. |
Visible | ..Visible is used to:- Find out whether an element is visible.
- Make an element visible or invisible.
|
WinEditAllowed | ..WinEditAllowed is used to find out and modify the operations allowed on a control when the window switches to the mode "Modification of UI by the end user". |
Remark: Some properties may not be available according to the platform used. See the help page about the property for more details.