Class tkeyevent

Unit

Declaration

type tkeyevent = class(twindowevent)

Description

No description available, ancestor twindowevent description follows
No description available, ancestor tmseevent description follows
No description available, ancestor tnullinterfacedobject description follows

Hierarchy

Overview

Fields

Public fkey: keyty;
Public fkeynomod: keyty;
Public fchars: msestring;
Public fbutton: mousebuttonty;
Public fshiftstate: shiftstatesty;
Public fposted: boolean;

Methods

Public constructor create(const winid: winidty; const release: boolean; const key,keynomod: keyty; const shiftstate: shiftstatesty; const chars: msestring; const atimestamp: longword; const posted: boolean = false);

Properties

Public property timestamp: longword read ftimestamp;

Description

Fields

Public fkey: keyty;
 
Public fkeynomod: keyty;
 
Public fchars: msestring;
 
Public fbutton: mousebuttonty;
 
Public fshiftstate: shiftstatesty;
 
Public fposted: boolean;
 

Methods

Public constructor create(const winid: winidty; const release: boolean; const key,keynomod: keyty; const shiftstate: shiftstatesty; const chars: msestring; const atimestamp: longword; const posted: boolean = false);
 

Properties

Public property timestamp: longword read ftimestamp;
 

Generated by PasDoc 0.16.0.