FMX.ActnList.TActionLinkClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TActionLinkClass = class of TActionLink;

C++

typedef System::TMetaClass* TActionLinkClass;

Properties

Type Visibility Source Unit Parent
classref
typedef
public
FMX.ActnList.pas
FMX.ActnList.hpp
FMX.ActnList FMX.ActnList

Description

TActionLinkClass defines the metaclass for TActionLink.

TActionLinkClass is the metaclass for TActionLink. Its value is the class reference for TActionLink or for one of its descendants.

See Also