public Action FindAction( string strNameOfAction, bool bSilent )
public: Action^ FindAction( String^ strNameOfAction, bool bSilent )
Parameters
- strNameOfAction
- Name of the action you search for.
- bSilent
- true: no error is reported in the system errors when the action is not found.
Return Value
Returns a reference to a Action or NULL in case no action with this name exists in the system.