System.HelpIntfs.ICustomHelpViewer.UnderstandsKeyword

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function  UnderstandsKeyword(const HelpString: string): Integer;

C++

virtual int __fastcall UnderstandsKeyword(const System::UnicodeString HelpString) = 0 ;

Propriétés

Type Visibilité  Source Unité  Parent
function public
System.HelpIntfs.pas
System.HelpIntfs.hpp
System.HelpIntfs ICustomHelpViewer

Description

Répond à une requête d'aide basée sur un mot-clé.

Le système d'aide appelle UnderstandsKeyword pour déterminer si le visualiseur d'aide peut fournir des rubriques d'aide pour une requête d'aide basée sur un mot-clé reposant sur HelpString. UnderstandsKeyword doit renvoyer le nombre de rubriques d'aide correspondant à une telle requête. Si le visualiseur d'aide ne prend pas en charge l'aide sur ce mot-clé, UnderstandsKeyword doit renvoyer zéro.

Voir aussi