bKeyDown() method.

Post Reply
HunterEC
Posts: 723
Joined: Tue Sep 04, 2007 8:45 am

bKeyDown() method.

Post by HunterEC »

Where I can find the description of this method (oBrw:bKeyDown()) ?
User avatar
Enrico Maria Giordano
Posts: 7355
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia
Contact:

Re: bKeyDown() method.

Post by Enrico Maria Giordano »

All controls inherit from TControl and TControl inherits from TWindow. So look at TControl and then at TWindow docs.

EMG
Post Reply