Forms.showInScreen() | This page was last modified over 30 day(s) ago and has 0 comment(s)
|
Back to Forms Class Summary |
Availability |
Windows |
Usage |
mdm.Forms.formName.showInScreen(screenID:Number):Void |
Parameters |
screenID:Number - Target display ID |
Returns |
Nothing |
Description |
Shows the specified Form in specified display. |
Notes |
None |
Example Code |
//AS2 - moves the MainForm to the second display: mdm.Forms.MainForm.showInScreen(1); //AS3 - moves the 'SubForm3' Form to the fourth display: mdm.Forms.getFormByName("SubForm3").showInScreen(3); |
mdm.Forms Class Example Downloads |
No Example Downloads Available |
![]() |
Registered Users must be logged in to 'MyAccount' to add a Comment - Log In Here |
After Logging In, Click Here to Refresh This Page |