GetPageDetails() FunctionReturns a formatted summary of the current page. Syntax:GetPageDetails() Remarks: The output of this function is identical to the PageText() function, without the formatting template. Example: This example displays the a details summary of the current page when the VIEW button is clicked. <xml id="toolbar"> <toolbar caption="GetPageDetails() Example"> <control type="toolbar"> <button id=text caption="View" action="SetText('%GetPageDetails()%'))" </control> </toolbar> </xml> Compatibility Requires ToolbarBrowser version 2.4.1 and above. See Also: |