Visit Gigasoft's Web Site
 ProEssentials v9 Help

PEP_structKEYDOWNDATA

Scope

All ProEssentials Objects.

Type

structure

Default

NA

Custom

NA

Ocx|Vcl

NA

 

Purpose

This property is used with PEvget to retrieve key down data when processing a PEWN_KEYDOWN notification event.

 

The PEP_structKEYDOWNDATA structure is as follows

 

typedef struct tagKEYDOWNDATA

{

UINT nChar;

UINT nRepCnt;

UINT nFlags;

} KEYDOWNDATA;

 

Comments

OCX and VCL users will not need to use this property.