|
ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE |
| | | |
|
- Case of clipped windows
- Equivalence
- Limits
Title (Property) In french: Title
Syntax
Finding out the title of an element Hide the details
<Result> = <Element name>.Title
<Result>: Character string - Title of specified window or page.
- Title of specified column.
- Title of column to which the specified table cell belongs.
- Title of specified Chart control.
<Element name>: Character string (with or without quotes) Name of element (column, chart, table cell, window or page) to use. A table cell has no name. To retrieve the title of column to which a table cell belongs, use the following syntax:
<Table Name>[Row Number][Column Number]
For example:
Modifying the title of an element Hide the details
<Element name>.Title = <New title>
<Element name>: Character string (with or without quotes) Name of element (column, chart, table cell, window or page) to use. A table cell has no name. To retrieve the title of column to which a table cell belongs, use the following syntax:
<Table Name>[Row Number][Column Number]
For example:
<New title>: Any type - New title for the specified window or page. The graphic functions can be used in this parameter.
Special case in Windows Vista (and later): Windows that use the "Aero system" style cannot have a graphic title: the graphic part is ignored. If "Aero" is not enabled, the graphic title will be displayed as usual. - New title for the column.
- New title for the Chart control.
Remarks Equivalence Property Title is equivalent to Property s Value and Libellé. To find out the window title, use one of the following syntaxes:
ResTitle = <Window Name>.Title
ResTitle = <Window Name>.Value
ResTitle = <Window Name>.Caption
ResTitle = <Window Name>
To find out the column title, use one of the following syntaxes:
ResTitle = <Column Name>.Title
ResTitle = <Column Name>.Caption
Property Title applies only to: - windows and pages,
- columns in a table (and treeview table),
- cells in a table (and treeview table),
- Chart controls,
page menu.
This page is also available for…
|
|
|
| |
| Click [Add] to post a comment |
|
| |
|
| |
| |
| |
| |
| |
| |
| | |
| |
|
| |
| | |
| |
|
|
|