Equinox Online Help - Language Reference - A to Z

Home

CurrentEventName

Applies to
Syntax CurrentEventName
Action[Function] Returns the current event
ScopeUsable anywhere.
Notes

This function returns the name of the current event. If there is no current event, a null string is returned.

CategoryForms
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