formhelp OnHide property
Previous  Top  Next
Applies to
FormHelp component.  

Declaration
type  
  TFormHelpOnHideEvent = procedure(Sender: TObject; HelpControl: TControl) of object;  
 
property OnHide: TFormHelpOnHideEvent;  

Description
The OnHide event occurs before popup window with context-sensitive help is about hiding. Write the OnHide event handler to make some special processing before the help window disappears.  

See also
OnShow event.  
File not found.