AccelForm Property

Object List Next Object

Defined By:
Form

Description:

AccelForm can be used to forward menu accelerator keypresses to another form.

Details:

Typically the accelerator keypresses are forwarded to the parent form which contains a MenuBar that can process them. If the forms in your application are arranged such that the parent form does not contain the menu which can handle these accelerators, you can designate the necessary form by using AccelForm. AccelForm essentially points to the form that can handle the keypresses, allowing several forms with different parents to use a common set of accelerator keys.

Data Type: Reference (Form)