appbar OnActivate event
Example
Return to Introduction  Previous page  Next page
Applies to
acAppBar and acAppEvents components.  

Declaration
property OnActivate: TNotifyEvent;  

Description
The OnActivate event for an appbar occurs when the appbar becomes active (i.e. when user clicks the client area with a mouse). Your appbar becomes active when it is initially run or when focus is shifted from another form or Windows application to your form (AppBar).  

See also
OnDeactivate event.