Callback type to retrieve custom event codes.
Source position: eventlog.pp line 37
type TLogCodeEvent = procedure( |
Sender: TObject; |
var Code: DWord |
) of object; |
Sender |
|
TEventLog instance that triggered the event. |
Code |
|
Code to return. |
TLogCodeEvent is the event type for the OnGetCustomEvent and OnGetCustomEventID event handlers. It should return a OS system log code for the etCustom log event or event ID type in the Code parameter.
|
Event to retrieve custom event Code. |
|
|
Event to retrieve custom event ID. |
|
|
Callback type to return custom category code. |