![]() |
![]() ![]() ![]() |
acFormMagnet component as subproperty of the ScreenMagnet structure.
|
type
|
TacScreenEdges = set of (seLeft, seTop, seRight, seBottom);
|
|
property Edges: TacScreenEdges;
|
The Edges property is the set of possible screen (or desktop) edges. You can specify the screen to allow or disallow your form to be attached to certain edge of screen (or desktop, depending on value of Area property).
|
|
Values | Meaning
|
seLeft | allows your form to be magnetized (attached) by the left edge of screen;
|
seTop | allows attaching to the top edge of screen, when True;
|
seRight | allows attaching to the right edge of screen, when True;
|
seBottom | allows attaching to the bottom edge of screen, when True;
|
Area and ScreenPower properties.
|