System.HelpIntfs.ICustomHelpViewer.NotifyID

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure NotifyID(const ViewerID: Integer);

C++

virtual void __fastcall NotifyID(const int ViewerID) = 0 ;

Propriétés

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

Description

Enregistre l'identifiant numérique (ID) du visualiseur.

Le système d'aide appelle NotifyID pour passer à l'application un identifiant numérique (ID) unique associé à un visualiseur. L'application utilise cet identifiant pour identifier un visualiseur spécifique lors des appels à Release (IHelpManager).

Voir aussi