For many controls, you can nominate one of the characters in the Caption property as a mnemonic. At runtime, the user can press the mnemonic character, which is indicated by being underlined, to action the option. To define the mnemonic edit the Caption property of the control's General properties, inserting "&" immediately before the character, for instance, "&Option", specifies "O".