Class tkeyevent
Unit
Declaration
type tkeyevent = class(twindowevent)
Description
This item has no description.
Hierarchy
- tobject
- tnullinterfacedobject
- tmseevent
- twindowevent
- tkeyevent
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; |
|
This item has no description. | |
| Public | fkeynomod: keyty; |
|
This item has no description. | |
| Public | fchars: msestring; |
|
This item has no description. | |
| Public | fbutton: mousebuttonty; |
|
This item has no description. | |
| Public | fshiftstate: shiftstatesty; |
|
This item has no description. | |
| Public | fposted: boolean; |
|
This item has no description. | |
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); |
|
This item has no description. | |
Properties
| Public | property timestamp: longword read ftimestamp; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.