Vcl.Forms.TCustomFrameClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TCustomFrameClass = class of TCustomFrame;

C++

typedef System::TMetaClass* TCustomFrameClass;

Properties

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

Description

TCustomFrameClass defines the metaclass for TCustomFrame.

TCustomFrameClass is the metaclass for TCustomFrame. Its value is the class reference for TCustomFrame or for one of its descendants.

See Also