|
|
|
| acFormMagnet component.
|
| type
|
| TOnMagnet = procedure(Sender: TObject; AnotherForm: TForm;
|
| var AllowMagnet: Boolean) of object;
|
|
|
| property OnMagnet: TOnMagnet;
|
| The OnMagnet event occurs when the form is about to be attracted to other form. You may allow or disallow magnetization, using AllowMagnet variable.
|
| OnGlue event.
|