Assigns an action to a function key.
Usage
Set_Property(OLECtrlEntID, "OLE.FunctionKey[key]", OptionValue)
Values
OptionValue can be set to one of the following valid options:
Value | Abbr. | Description |
---|---|---|
None | N | No action is assigned to the function key |
Edit Cell | EDIT | Assignes the "Enter Edit Mode" action to the function key, which allows the user to enter into edit mode when a data cell is selected |
Fire Option | OPTION | Assigned the "Fire Cell Option Event" action to the function key, which allows the user to "click" a selected cell's option button (if it has one) via a function key |
Default: None
Indices
Index | Description |
---|---|
key | Name of a function key ("F1" - "F12") |
Remarks
The FunctionKey property lets you assign certain actions to the function keys, allowing you to customize the edit table to your application's needs. You can assign an action to more than key.
The default function key associations are:
Key | Action Assigned |
---|---|
F1 | None |
F2 | Fire Option |
F3 | None |
F4 | Edit Cell |
F5 | None |
F6 | None |
F7 | None |
F8 | None |
F9 | None |
F10 | None |
F11 | None |
F12 | None |