ControlContext :: lastActionName - Get name of last action iten executed
The action item name is the name of the action resource (menu iten, button).
Return value: Action name ( odaba::String & )
The action name is a name of an action implemented in the context class related to the database source or implemented as default action. Actions can be implemented as expressions, as C++ functions or as .NET function.
In order to pass no action name, an empty string ( String() ) may be passed.
Implementation details
odaba::String
ControlContext  :: lastActionName (  )
The function returns the name of the last executed action item associated with the control.

