SHOW method

Special FX

The SHOW method allows you to show a form along with a simple fading or sliding animation. This method takes a single parameter which specifies the type of animation to apply:

Effect ValueDescription
-1 or nullUse the default effect value as set in the Form Designer
0No effect
1Fade effect (cannot be used with MDI Child forms)
2Slide Down
3Slide Up
4Slide Right
5Slide Left
6Slide Down and Right
7Slide Down and Left
8Slide Up and Right
9Slide Up and Left
exec_Method( @window, "SHOW", 3 ); Slide open from bottom to top
  • guides/programming/programmers_reference_manual/show.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1