Vcl.ActnMan.TActionClientsCollection.AutoHotKeys

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AutoHotKeys: Boolean read FAutoHotKeys write SetAutoHotKeys;

C++

__property bool AutoHotKeys = {read=FAutoHotKeys, write=SetAutoHotKeys, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TActionClientsCollection

Description

Specifies whether accelerator keys are auto-generated for items that do not have them assigned.

Use AutoHotKeys to specify whether accelerator keys are auto-generated for items that do not have them assigned. If AutoHotKeys is set to True, accelerator keys are automatically assigned to each action client item that does not have one assigned.