browser class : Title getter
Description
Returns the title of the displayed page.
Syntax
instance.Title
Arguments
None.
Return value
Class | Description |
string | The title. |
Sample code
1: | browser b; // Main-browser |
2: | string title = b.Title; // It is string as same as the title-bar's caption. |
Notes
It is the string displayed on the title-bar.
Links for reference
None.