pascalSCADA OPM: crosskeyevents: Class TGTK2KeyEvents

Pascal SCADA OPM

Class TGTK2KeyEvents

Unit

crosskeyevents

Declaration

type TGTK2KeyEvents = class(TCrossKeyEvents)

Description

TGTK2KeyEvents

Hierarchy

Overview

Methods

Protected procedure DoDown(Key: LongWord); override;
Protected procedure DoUp(Key: LongWord); override;
Protected function TranlateVirtualKey(Key: Word): LongWord; override;
Public procedure Apply(Shift: TShiftState); override;
Public procedure Unapply(Shift: TShiftState); override;

Description

Methods

Protected procedure DoDown(Key: LongWord); override;

:

See also
TCrossKeyEvents.DoDown
Protected procedure DoUp(Key: LongWord); override;

:

See also
TCrossKeyEvents.DoUp
Protected function TranlateVirtualKey(Key: Word): LongWord; override;

:

See also
TCrossKeyEvents.TranlateVirtualKey
Public procedure Apply(Shift: TShiftState); override;

:

See also
TCrossKeyEvents.Apply
Public procedure Unapply(Shift: TShiftState); override;

:

See also
TCrossKeyEvents.Unapply

Generated by PasDoc 0.14.0.