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:

ValueAbbr.Description
NoneNNo action is assigned to the function key
Edit CellEDITAssignes 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 OptionOPTIONAssigned 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

IndexDescription
keyName 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:

KeyAction Assigned
F1None
F2Fire Option
F3None
F4Edit Cell
F5None
F6None
F7None
F8None
F9None
F10None
F11None
F12None
  • No labels