JVCL Help:TJvFormMagnet.MoveTo

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Returns the rectangle to which the form should be moved.


Pascal

 procedureMoveTo(varSrcRect: TRect; varRect: TRect);


Parameters

Parameters Description
var SrcRect: TRect Current rectangle defining the form borders
var Rect: TRect Rectangle that should replace the one from the form


Description

This method sets Rect to the rectangle the form should be adapted to. It is called internally when Active is set to True but one could also call it to display visual indications to the user for instance.


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page