[Overview][Constants][Types][Classes][Index] Reference for unit 'ptc' (#ptc)

IPTCEvent

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

Describes an event.

Declaration

Source position: eventd.inc line 36

type IPTCEvent = interface

  function GetEventType;

  

  property EventType: TPTCEventType; [r]

  

Gets the event type.

end;

Inheritance

IPTCEvent

  

Describes an event.

Description

Describes an event.

This is the base ancestor class from which all the other events are derived.