Unit 'ptc' Package
[Overview][Constants][Types][Classes][Index] [#ptc]

IPTCKeyEvent

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

Declaration

Source position: keyeventd.inc line 42

type IPTCKeyEvent = interface(IPTCEvent)

  function GetCode;

  function GetUnicode;

  function GetAlt;

  function GetShift;

  function GetControl;

  function GetPress;

  function GetRelease;

  function GetModifierKeys;

  property Code: Integer; [r]

  property Unicode: Integer; [r]

  property Alt: Boolean; [r]

  property Shift: Boolean; [r]

  property Control: Boolean; [r]

  property Press: Boolean; [r]

  property Release: Boolean; [r]

  property ModifierKeys: TPTCModifierKeys; [r]

end;

Inheritance

IPTCKeyEvent

|

IPTCEvent

|

IInterface


Documentation generated on: 2023-03-18