appbar OnFullScreenApp event
Return to Introduction  Previous page  Next page
Applies to
acAppBar component.  

Declaration
type  
  TacAppBarFullScreenAppEvent = procedure(Sender: TObject; Open: Boolean) of object;  
 
property OnFullScreenApp: TacAppBarFullScreenAppEvent;  

Description
The OnFullScreenApp notifies the AppBar whether a full screen application window is open. When the full screen applications is opens, Open parameter will be True, or False otherwise.  

See also
OnOtherAppBarPosChanged and OnWIndowArrange events.