Jump2Text
Declaration Description See Also Example

Declaration

property Jump2Text : String;

Description

This property defines the text that will appear on the Jump2 button in the toolbar if a Tri-Pane window is used and the Jump2Button property is set to true.

Example

EmbeddedHtmlHelp1.TriPane := True;
EmbeddedHtmlHelp1.Jump2Button := True;
EmbeddedHtmlHelp1.Jump2Text := 'HyperAct';
EmbeddedHtmlHelp1.Jump2Url := 'http://www.hyperact.com/';

See Also

TEmbeddedHtmlHelp


©Copyright 1997, HyperAct, Inc.