System.Actions.TContainedActionListClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TContainedActionListClass = class of TContainedActionList;

C++

typedef System::TMetaClass* TContainedActionListClass;

Properties

Type Visibility Source Unit Parent
classref
typedef
public
System.Actions.pas
System.Actions.hpp
System.Actions System.Actions

Description

TContainedActionListClass defines the metaclass for TContainedActionList.

TContainedActionListClass is the metaclass for the TContainedActionList class. Its value is the class reference for TContainedActionList or for one of its descendants.

See Also