Application.getFormNames() | This page was last modified over 30 day(s) ago and has 0 comment(s)
|
Back to Application Class Summary |
Availability |
Windows |
Usage |
mdm.Application.getFormNames():Array |
Parameters |
None |
Returns |
An Array |
Description |
Returns an array containing a list of the names all of the Forms currently in use in the application. The array would have always at least single item in it - as there is always at least one window within application. Most recently created forms are added to end of that array. |
Notes |
Example Code |
var myForms:Array = mdm.Application.getFormNames(); var mainFormName:String = myForms[0] as String; mdm.Dialogs.prompt("MainForm: "+mainFormName); |
mdm.Application 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 |