Vcl.Graphics.TGraphicClass
Delphi
TGraphicClass = class of TGraphic;
C++
typedef System::TMetaClass* TGraphicClass;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
classref typedef |
public | Vcl.Graphics.pas Vcl.Graphics.hpp |
Vcl.Graphics | Vcl.Graphics |
Description
TGraphicClass defines the metaclass for TGraphic.
TGraphicClass is the metaclass for TGraphic. Its value is the class reference for TGraphic or for one of its descendants.
See Also