Vcl.ActnMan.TCommandPropertiesClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TCommandPropertiesClass = class of TCommandProperties;

C++

typedef System::TMetaClass* TCommandPropertiesClass;

Properties

Type Visibility Source Unit Parent
classref
typedef
public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan Vcl.ActnMan

Description

TCommandPropertiesClass defines the metaclass for TCommandProperties.

TCommandPropertiesClass is the metaclass for TCommandProperties. Its value is the class reference for TCommandProperties or for one of its descendants.

See Also