User Tools

Site Tools


api:dk11:delphi:gisinterfaces.igis_printablecontrol.createcopy_void

Table of Contents

IGIS_PrintableControl.CreateCopy method

DK11 for Delphi | GisInterfaces.IGIS_PrintableControl.CreateCopy | Methods | Properties

Prepare a copy of the control for printing. It prevents for making changes to the original control during printing.

Available also on: .NET | Java | Python.

Syntax

// Delphi
public
  function CreateCopy : IGIS_PrintableControl;
// C++ Builder
public:
  IGIS_PrintableControl* CreateCopy(void) = 0;

Result

Type Description
IGIS_PrintableControl created copy object.

Remarks

Do not call this method directly. Method is only for internal communication.

2022/11/16 01:17

Page Tools