Equinox Online Help - Language Reference - A to Z
CurrentEventName |
|
|---|---|
| Applies to | ![]() |
| Syntax | CurrentEventName |
| Action | [Function] Returns the current event |
| Scope | Usable anywhere. |
| Notes | This function returns the name of the current event. If there is no current event, a null string is returned. |
| Category | Forms |
| See Also | ChangeEditLine, ChangeGroup, ChangeObject, ChangePage, CurrentGroupName, CurrentObjectName, CurrentPageName, DefaultHelp, EnableGroup, EnablePage, Get, IsPageScroll, NextObjectName, Set, SetDefaultHelp, SetEquinoxTitle, SetPageScroll, SetPageTitle, ShowPage |
| Example | The following example, if attached to a button's "This Button" method, will print "This Button" in the Print window when the button is chosen. Print CurrentEventName |
