NSBCurrentForm

From NSB App Studio
Revision as of 14:01, 27 February 2013 by Ghenne (talk | contribs) (Created page with "NSBCurrentForm == Description == NSBCurrentForm returns a reference to the current form. It is set when the app starts, and is updated by the ChangeForm function. == Ex...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

NSBCurrentForm

Description

NSBCurrentForm returns a reference to the current form. It is set when the app starts, and is updated by the ChangeForm function.

Example

Rem NSBCurrentForm Example
Print "The current form id is " & NSBCurrentForm.id

Output

The current form id is Form1