- Case of clipped windows
- Equivalence
- Limits
Title (Property) In french: 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.
Versions 17 and laterIn the reports, this property is used to find out and modify the title of a Chart control. New in version 17In the reports, this property is used to find out and modify the title of a Chart control. In the reports, this property is used to find out and modify the title of a Chart control. Versions 18 and later New in version 18 Versions 21 and later New in version 21 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): The windows that is using 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 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
..Title only applies to the: - windows and pages,
- columns in a table (and treeview table),
- cells in a table (and treeview table),
- Chart controls,
This page is also available for…
|
|
|