browser class : Title getter

Description

Returns the title of the displayed page.

Syntax

instance.Title

Arguments

None.

Return value

ClassDescription
stringThe 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.

Copyright © Cooker All rights reserved.