formhelp OnHide event
Return to Introduction  Previous page  Next page
Applies to
acFormHelp component.  

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

Description
The OnHide event occurs before hiding of the popup window with context-sensitive help. Write the OnHide event handler to make some special processing before the help window disappears from screen.  
 
Use HelpControl parameter to get pointer to control from wich with the context-sensitive help was taken.  

See also
OnShow event.