System.HelpIntfs.IFilteredHelpViewer.SetFilter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetFilter(const Filter: string);

C++

virtual void __fastcall SetFilter(const System::UnicodeString Filter) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.HelpIntfs.pas
System.HelpIntfs.hpp
System.HelpIntfs IFilteredHelpViewer

Description

Sets current help filter.

SetFilter sets the given help filter. This is useful when trying to narrow down help searches.

See Also