|
|
|
|
|
- Overview
- The available properties
Properties associated with a page
A page can be handled by WLanguage properties in server code, browser code or in PHP. | | Alias | The Alias property is used to: - get or change the alias of a window (WINDEV and WINDEV Mobile).
- get or change the alias of a dynamic tab (WINDEV).
- get the internal HTML/JavaScript name of a control (WEBDEV).
| BackgroundColor | The BackgroundColor property is used to set the background color of a control, window, page or block of a report. | BackgroundImage | The BackgroundImage property is used to identify and modify the background color of an element: window, page, control or report. | BrowsedFile | The BrowsedFile property gets and sets the data source used to display records in controls based on a data file. | BrowsedItem | The BrowsedItem property is used to:- Get the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files.
- Change the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Then, the iteration is reinitialized.
| Caption | In a database, the Caption property 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, the Caption property 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 page, the Caption property is also 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 Breadcrumb control.
| CaptionHTML | The CaptionHTML property is used to handle the text of a control as HTML code. | ContextMenu | The ContextMenu property is used to:- Get the custom context menu of a control, window or page.
- Change the custom context menu of a control, window or page (or associate another context menu).
- Customize the system menus of the controls by adding options.
| Description | The Description property is used to get and change the page description. | Extra | The Extra property is used to:- Get additional information about a control, window, or page.
- Edit additional information of a control, window or page.
| FullName | The FullName property is used to find out the full name:- of a control.
- of a window.
- of a menu option.
- of a table column.
| HTMLEndPage | The HTMLEndPage property is used to get and change the HTML code inserted at the end of the page. | HTMLHeader | The HTMLHeader property is used to get and change the HTML code inserted in the page header. | InitialValue | The InitialValue property is used to get the initial value of a control in a window or page. | Keywords | The Keywords property is used to get and modify the keywords associated with a page. | MouseCursor | The MouseCursor property gets and sets the cursor displayed when pointing over a control, window or page. | Name | The Name property is used to get:- 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.
| Note | The Note property 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.
| NoteTitle | The NoteTitle property is used to:- Get the title of the notes used in the technical documentation of a control, window, page or report.
- Change the title of the notes used in the technical documentation of a control, window, page or report.
| Plane | The Plane property is used to:- Get:
- the active plane of a window (or report) or the plane to which a control belongs.
- the active plane of a WEBDEV element.
- Change:
- the active plane of a window (or report) or associate a control with another plane.
- the active plane of a WEBDEV element.
| Process | The Process property is used to modify the processes to be executed by the events available on a control, window, page, report, etc. | ReturnedValue | The ReturnedValue property is used to:- Get and change the value returned by a window, page or report.
- Get and change the value returned by an option in a Radio Button control.
| Title | The Title property is used to:- Get the title of a Table control column, a Chart control, a window or a page
- Change the title of a Table control column, a Chart control, a window or a page.
| Type | The Type property is used to get:- the type of element (data file or item) defined programmatically or in the data model editor, view or query.
- the type of object.
- the type of data held in a Variant.
| Value | The Value property 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|