FMX.ActnList.IKeyShortcut.SetShortcut

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetShortcut(const Value: TShortcut);

C++

virtual void __fastcall SetShortcut(const System::Classes::TShortCut Value) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.ActnList.pas
FMX.ActnList.hpp
FMX.ActnList IKeyShortcut

Description

Setter method for the Shortcut property.

The SetShortcut method takes the Value parameter with TShortCut type to set the Shortcut property.

See Also