Vcl.StdCtrls.TButtonActionLinkClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TButtonActionLinkClass = class of TButtonActionLink;

C++

typedef System::TMetaClass* TButtonActionLinkClass;

Properties

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

Description

TButtonActionLinkClass defines the metaclass for TButtonActionLink.

TButtonActionLinkClass is the metaclass for TButtonActionLink. Its value is the class reference for TButtonActionLink or for one of its descendants.

See Also