formmagnet OnGlue event
Return to Introduction  Previous page  Next page
Applies to
acFormMagnet component.  

Declaration
type  
  TOnGlue = procedure(Sender: TObject; AnotherForm: TForm;  
              var AllowGlue: Boolean) of object;  
 
property OnGlue: TOnGlue;  

Description
The OnGlue event occurs when the form is about to be glued to other form. You may allow or disallow the gluing, using AllowGlue variable.  

See also
OnMagnet event.