Magnifier Control

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #42524
    Support
    Keymaster

      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.

      #42581
      Raccoon
      Participant

        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.

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.