User Tools

Site Tools


api:dk11:delphi:fmx.giscontrolattributes.tgis_controlattributes.showshape_tgis_shape

Table of Contents

TGIS_ControlAttributes.ShowShape method

DK11 for Delphi | FMX.GisControlAttributes.TGIS_ControlAttributes.ShowShape | Constructors | Methods | Properties | Events

Show attributes for given _shape.

Available also on: .NET WinForms | Java | ActiveX | Python.

Syntax

// Delphi
public
  procedure ShowShape(
    const _shape : TGIS_Shape
  );
// C++ Builder
public:
  void ShowShape(
    TGIS_Shape* const _shape
  );

Parameters

Name Type Description
_shape TGIS_Shape Shape object to display attribute filed for shape; nil to clear the list
2022/11/16 01:13

Page Tools