System.HelpIntfs.ICustomHelpViewer.NotifyID

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure NotifyID(const ViewerID: Integer);

C++

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

Properties

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

Description

Saves the Viewer's numeric ID.

The Help System calls NotifyID to pass the application a unique numeric ID associated with a Viewer. The application uses this ID to identify a specific viewer in calls to Release (IHelpManager).

See Also