[Overview][Resource strings][Constants][Types][Classes][Procedures and functions] Reference for unit 'fpGUI' (#fpgui)

TEventObj

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

Declaration

Source position: widget.inc line 31

type TEventObj = class

public

  constructor Create();

  

  procedure AddRef;

  

  procedure Release;

  

  function SendToChild(); virtual;

  

published

  property Sender: TObject; [rw]

  

end;

Inheritance

TEventObj

  

|

TObject