SearchTab
Declaration Description See Also Example

Declaration

property SearchTab : boolean;

Description

This property is used to define if a search (Full text search) tab is displayed in a tri-pane window.

Notice that it is important to define the property before you call the DisplayTopic or DisplayContext methods. After you have called any of these methods - changing the SearchTab property might cause flicker and strange redraw problems.

Example

EmbeddedHtmlHelp1.TriPane := True;
EmbeddedHtmlHelp1.IndexFile := 'HHIndex.hhk';
EmbeddedHtmlHelp1.TocFile := 'HHToc.hhc';
EmbeddedHtmlHelp1.SearchTab := True;
EmbeddedHtmlHelp1.DisplayTopic('HtmlHelpIntegrationComponents.html');

See Also

TEmbeddedHtmlHelp


©Copyright 1997, 1998 HyperAct, Inc.