Magnifier Control Root › Technical support › Tricks This topic has 2 replies, 2 voices, and was last updated 14 years, 11 months ago by Raccoon. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts May 15, 2010 at 12:19 pm #42524 SupportKeymaster Hello You can change the magnifier form directly using such code : CODE uses sConst;…if Assigned(acMagnForm) and acMagnForm.Visible then acMagnForm.Left := … acMagnForm : TWinControl is declared in the sConst unit. May 19, 2010 at 8:55 am #42581 RaccoonParticipant QUOTE (Support @ May 15 2010, 02:19 PM) Hello You can change the magnifier form directly using such code : CODE uses sConst;…if Assigned(acMagnForm) and acMagnForm.Visible then acMagnForm.Left := … acMagnForm : TWinControl is declared in the sConst unit. Thx, i will try. Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In Root › Technical support › Tricks