| |
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. |
MouseCursor | ..MouseCursor is used to find out and modify the rollover cursor defined for a control, a window or a page. |
Description | ..Description is used to find out and modify the description associated with the page. |
BrowsedFile | ..BrowsedFile is used to find out and modify the data source used to display records in controls based on a data file. |
HTMLHeader | ..HTMLHeader is used to find out and modify the HTML code added into the page header. |
HTMLEndPage | ..HTMLEndPage is used to find out and modify the HTML code added at the end of the page. |
BackgroundImage | ..BackgroundImage is used to find out and modify the background image of an element: window, page, control or report. |
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.
|
CaptionHTML | ..CaptionHTML is used to handle a control caption in HTML code format. |
Keywords | ..Keywords is used to find out and modify the keywords associated with a page. |
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.
|
FullName | ..FullName is used to find out the full name:- of a control.
- of a window.
- of a menu option.
- of a table column.
|
Versions 09 and laterNote New in version 09Note Note | ..Note is used to:- Find out the notes associated with a control, a window, a page or a report.
- Modify the notes associated with a control, a window a page or a report.
|
Versions 09 and laterPlane Plane | ..Plane is used to:- Find out:
- the active plane of a window (or report) or the plane to which a control belongs.
- the active plane of a WEBDEV element.
- Modify:
- the active plane of a window (or report) or associate a control with another plane.
- the active plane of a WEBDEV element.
|
BrowsedItem | ..BrowsedItem is used to:- Find out the item used to automatically browse the Table, Looper, List Box, ListView and Combo Box controls, the reports based on file or the supercontrols.
- Modify the item used to automatically browse the Table, Looper, List Box, ListView and Combo Box controls, the reports based on file or the supercontrols. Then, the browse is reinitialized.
|
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.
|
NoteTitle | ..NoteTitle is used to:- Find out the title of the notes used in the program documentation of a control, window, page or report.
- Modify the title of the notes used in the program documentation of a control, window, page or report.
|
Process | ..Process is used to modify the processes that must be run by the events available on a control, window, page, report, etc. |
Versions 09 and laterType New in version 09Type Type | ..Type is used to find out:- the type of element described by programming (file or item description) or not (file or item defined in the data model editor, view or query).
- the type of object.
- the type of value stored in a variant.
|
Versions 09 and laterValue Value | ..Value is used to:- Find out and modify the value of a report control.
- Find out and modify the value of a control or the title of a window.
- Find out the identifier of a stream.
- Find out and modify the value of a control or the title of a page.
|
InitialValue | ..InitialValue is used to find out the initial value of a control found in a window or in a page. |
ReturnedValue | ..ReturnedValue is used to:- Find out and modify the value returned by a window, a page or a report.
- Find out and modify the value returned by an option in a Radio Button control.
|