Graphics.TGraphicClass
From RAD Studio VCL Reference
Contents |
Delphi Information
From Graphics.pas
TGraphicClass = class of TGraphic;
Unit: Graphics
Type: classref
C++ Information
From Graphics.hpp
typedef System::TMetaClass * TGraphicClass;
Unit: Graphics
Type: typedef
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
Code Samples