DK11 for Delphi | GisRendererAbstract.TGIS_RendererAbstract.CreateInstance | Constructors | Fields | Methods | Properties
Create an instance of object of the same type as current one.
// Delphi public function CreateInstance : TGIS_RendererAbstract; virtual; abstract;
// C++ Builder public: virtual TGIS_RendererAbstract* CreateInstance(void) = 0;
Type | Description |
---|---|
TGIS_RendererAbstract | Newly created object. |