System.Actions.TContainedAction.SecondaryShortCutsCreated

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function SecondaryShortCutsCreated: boolean;

C++

bool __fastcall SecondaryShortCutsCreated();

Properties

Type Visibility Source Unit Parent
function protected
System.Actions.pas
System.Actions.hpp
System.Actions TContainedAction

Description

Retrieves whether the list stored in the SecondaryShortCuts property is created.

SecondaryShortCutsCreated returns True if the SecondaryShortCuts list is created.

See Also