User Tools

Site Tools


api:dk11:delphi:gisinterfaces.igis_printablecontrol.freecopy_igis_printablecontrol

Table of Contents

IGIS_PrintableControl.FreeCopy method

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

Release the copy of the control.

Available also on: .NET | Java | Python.

Syntax

// Delphi
public
  procedure FreeCopy(
    const _control : IGIS_PrintableControl
  );
// C++ Builder
public:
  void FreeCopy(
    IGIS_PrintableControl* const _control
  ) = 0;

Parameters

Name Type Description
_control IGIS_PrintableControl copy to free

Remarks

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

2022/11/16 01:17

Page Tools