System.Actions.TContainedActionList.ActionsCreated

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ActionsCreated: Boolean; inline;

C++

bool __fastcall ActionsCreated();

Properties

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

Description

Returns True if the internal list of actions of the TContainedActionList instance has been created. It returns False otherwise.

The internal list of actions is created when you create the TContainedActionList instance.

See Also