FunctionKeys
Property
The FunctionKeys
collection in the Form object contains a list of the function keys that
exist in that form.
App.ActiveForm.FunctionKeys = [collection
of FunctionKey objects]
Each function key has the following members:
- Enabled – A Boolean, which
determines whether the function key is enabled.
- OnClick – Function which
gets called when the function key is pressed.
- OutputKey – The key that
gets sent to the host.
- SendKey – A Boolean, which
determines whether a key is sent to the host as a result of pressing the
function key or not.
- Text – The text caption of
the function key. (eg. OK)
- Visible – A Boolean, which
determines whether the function key is visible on the form at run-time.
See Also
FunctionKeys collection | FunctionKey object
Applies To
Form object
©
2004-2021 looksoftware.
All rights reserved.