Vcl.ActnMan.TActionClients.AutoHotKeys

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AutoHotKeys: Boolean read FAutoHotKeys write SetAutoHotKeys default 1;

C++

__property AutoHotKeys = {default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TActionClients

Description

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

Vcl.ActnMan.TActionClients.AutoHotKeys inherits from Vcl.ActnMan.TActionClientsCollection.AutoHotKeys. All content below this line refers to Vcl.ActnMan.TActionClientsCollection.AutoHotKeys.

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.