|
Hierarchy See also |
|
| acClasses
|
| 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;
|
| 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.
|
| TacComponent, TacFormHookComponent classes.
|