User Tools

Site Tools


api:dk11:delphi:gisconfig.tgis_config.writepen_string_tgis_penstyle_tgis_penstyle

Table of Contents

TGIS_Config.WritePen method

DK11 for Delphi | GisConfig.TGIS_Config.WritePen | Constructors | Fields | Methods | Properties

Write parameters given by _name.

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

Syntax

// Delphi
public
  procedure WritePen(
    const _name : String;
    const _value : TGIS_PenStyle;
    const _default : TGIS_PenStyle
  );
// C++ Builder
public:
  void WritePen(
    const UnicodeString _name,
    TGIS_PenStyle* const _value,
    TGIS_PenStyle* const _default
  );

Parameters

Name Type Description
_name String name of value
_value TGIS_PenStyle value of the parameter
_default TGIS_PenStyle default value of the parameter
2022/11/16 01:14

Page Tools