System.Actions.TActionListEnumerator.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AActionList: TContainedActionList);

C++

__fastcall TActionListEnumerator(TContainedActionList* AActionList);

Properties

Type Visibility Source Unit Parent
constructor public
System.Actions.pas
System.Actions.hpp
System.Actions TActionListEnumerator

Description

Creates an instance of TActionListEnumerator with the specified instance of TContainedActionList.

If AActionList is nil, this creator raises an EActionError exception.

See Also