User Tools

Site Tools


api:dk11:delphi:fmx.gisrenderer.tgis_rendererfmx.createinstance_void

Table of Contents

TGIS_RendererFmx.CreateInstance method

DK11 for Delphi | FMX.GisRenderer.TGIS_RendererFmx.CreateInstance | Constructors | Fields | Methods | Properties

Create an instance of object of the same type as current one.

Syntax

Overrides TGIS_RendererAbstract.CreateInstance.

// Delphi
public
  function CreateInstance : TGIS_RendererAbstract; override;
// C++ Builder
public:
  virtual TGIS_RendererAbstract* CreateInstance(void);

Result

Type Description
TGIS_RendererAbstract Newly created object or null if the renderer is not allowed.
2024/01/31 01:11

Page Tools