[Overview][Types][Classes][Procedures and functions][Variables] |
Tests to see if a Lua based handler is assigned for the given event.
Source position: LuaObject.pas line 41
public function TLuaObject.EventExists( |
EventName: AnsiString |
):Boolean; |
EventName |
|
Name of the event handler to look for. |
True if the handler exists, false if it doesn't.