ActnRes.TStandardActions.ActionList1

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

ActionList1: TActionList;

C++

Vcl::Actnlist::TActionList* ActionList1;

Properties

Type Visibility Source Unit Parent
field published
ActnRes.pas
ActnRes.hpp
ActnRes TStandardActions

Description

Stores the action list, containing standard actions, created by the Action List editor or by the Action Manager editor.

Note: ActionList1 is used by the IDE's Action List editor or Action Manager editor at design time only. Normally, it is not used in user applications.

See Also