[Overview][Types][Classes][Procedures and functions][Variables] Reference for unit 'pLuaObject' (#pLua)

TLuaObjectEventDelegate

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: pLuaObject.pas line 76

type TLuaObjectEventDelegate = class

protected

  FInstanceInfo: PLuaInstanceInfo;

  function EventExists();

  function CallEvent();

public

  constructor Create(); virtual;

  

  destructor Destroy; override;

  

end;

Inheritance

TLuaObjectEventDelegate

  

|

TObject