System.Actions.TContainedActionList.CheckActionsCreated

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CheckActionsCreated; inline;

C++

void __fastcall CheckActionsCreated();

Properties

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

Description

Raises an EActionError exception if the internal list of actions of the TContainedActionList has not been created.

See Also