CheckLinks() FunctionChecks all links on the current toolbar. Syntax:CheckLinks() Parameters: nil Remarks:
Example: <xml id="toolbar"> <toolbar caption="CheckLinks() Example"> <button caption="Check" action="CheckLinks()"></button> <button caption="OK link" action="http://www.trellian.com/index.html" image="GetSystemIcon(*.htm)"></button> <button caption="Boken link" action="http://www.trellian.com/badlink.html" image="GetSystemIcon(*.htm)"</button> </control> </toolbar> </xml> Compatibility: Requires ToolbarBrowser version 2.1.2 or later. See Also: |