User Tools

Site Tools


api:dk11:delphi:vcl.giscontrolscale.tgis_controlscale.freecopy_igis_printablecontrol

Table of Contents

TGIS_ControlScale.FreeCopy method

DK11 for Delphi | VCL.GisControlScale.TGIS_ControlScale.FreeCopy | Constructors | Methods | Properties | Events

Release the copy of the control.

Available also on: Delphi FMX | .NET WinForms | Java | Python.

Syntax

Implements IGIS_PrintableControl.FreeCopy.

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

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:26

Page Tools