[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Which keys can be used for the navigation within a form
Source position: forms.pp line 1234
type TApplicationNavigationOption = ( |
||
anoTabToSelectNext, |
|
The Tab key moves the Focus to the next (or previous) control in TabOrder. |
anoReturnForDefaultControl, |
|
The Enter key triggers the default action. |
anoEscapeForCancelControl, |
|
The Escape key triggers the Cancel action. |
anoF1ForHelp, |
|
The F1 key brings up context sensitive help. |
anoArrowToSelectNextInParent |
|
The Arrow keys move the focus. |
); |
lazarus-ccr.sourceforge.net |