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

Declaration
property OnDeactivate: TNotifyEvent;  

Description
The OnDeactivate event occurs when the user switches from your form (AppBar) to another form or Windows application. Use the OnDeactive event to do any special processing you want to occur before the AppBar is deactivated.  

See also
OnActivate event.