DK11 for Delphi | FMX.GisRenderer.TGIS_RendererFmx.CreateInstance | Constructors | Fields | Methods | Properties
Create an instance of object of the same type as current one.
Overrides TGIS_RendererAbstract.CreateInstance.
// Delphi public function CreateInstance : TGIS_RendererAbstract; override;
// C++ Builder public: virtual TGIS_RendererAbstract* CreateInstance(void);
Type | Description |
---|---|
TGIS_RendererAbstract | Newly created object or null if the renderer is not allowed. |