component TacHFormHookComponent class
Hierarchy See also
Return to Introduction 
Unit
acClasses  

Declaration
type  
  TacHFormHookComponent = class(TacFormHookComponent)  
  protected  
    procedure WndProc(var Message: TMessage); virtual;  
  public  
    constructor Create(aOwner: TComponent); override;  
    destructor Destroy; override;  
      
    property Handle: THandle; // read only !  
  end;  

Description
The TacHFormHookComponent class is the same as TacFormHookComponent + additionally it have own window handle and WndProc method which provides successor component with specific message responses from the component.  
 
In example, this class uses as ancessor of the TacAppFormHookComponent class and acCaptionButton component. So, accordingly, it uses by all successors of CaptionButton — acTrayIcon, acFormHelp, acFormTopmost, acFormRoller, acAppAutoRun etc.  

See also
TacComponent, TacFormHookComponent classes.