[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: PXL.Events.pas line 22
type TEventNotifier = class |
||
public |
||
type |
||
TCallbackMethod = procedure( |
|
|
const Sender: TObject; |
||
const EventData: Pointer; |
||
const UserData: Pointer |
||
) of object; |
||
public |
||
constructor Create; |
|
|
destructor Destroy; override; |
|
|
function Subscribe(); |
|
|
procedure Unsubscribe(); |
|
|
procedure Notify(); |
|
|
end; |
|
||
| | | ||
TObject |
| CT Web help |
| CodeTyphon Studio |