| |
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).
|
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.
|
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.
|
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. |
Versions 09 and laterTitle Title | ..Title is used to:- Find out the title of a table column, Chart control, window or page
- Modify the title of a table column, Chart control, window or page.
|
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.
|