GetPageTitle() FunctionReturns the page title of the current page. Syntax:GetPageTitle() Example: This example displays the title of the current page when the VIEW button is clicked. <xml id="toolbar"> <toolbar caption="GetPageTitle() Example"> <control type="toolbar"> <button id=text caption="View" action="SetText('%GetPageTitle()%'))" </control> </toolbar> </xml> Compatibility Requires ToolbarBrowser version 2.4.1 and above. |