System.HelpIntfs.IHelpSystem3.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 IHelpSystem3

Description

Sets current help filter.

The RTL Help System calls SetFilter to set the given filter for all Viewers that implement IHelpSystem3.

See Also