User Tools

Site Tools


api:dk11:delphi:gisviewer.tgis_viewer.reparent_igis_viewerparent

Table of Contents

TGIS_Viewer.ReParent method

DK11 for Delphi | GisViewer.TGIS_Viewer.ReParent | Constructors | Fields | Methods | Properties | Events

Set a new parent for the viewer.

Available also on: .NET | Java | Python.

Syntax

Implements IGIS_Viewer.ReParent.

// Delphi
public
  function ReParent(
    const _parent : IGIS_ViewerParent
  ) : IGIS_ViewerParent;
// C++ Builder
public:
  IGIS_ViewerParent* ReParent(
    IGIS_ViewerParent* const _parent
  );

Parameters

Name Type Description
_parent IGIS_ViewerParent new parent object

Result

Type Description
IGIS_ViewerParent Previous parent.

Remarks

Only for internal use of TatukGIS.

2022/11/30 19:19

Page Tools