User Tools

Site Tools


api:dk11:delphi:gisconfig.tgis_config.readpen_string_tgis_penstyle

Table of Contents

TGIS_Config.ReadPen method

DK for Delphi | GisConfig.TGIS_Config.ReadPen | Constructors | Fields | Methods | Properties

Read parameters given by _name. If Parameters do not exist or are invalid, then _default value will be used.

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

Syntax

// Delphi
public
  function ReadPen(
    const _name : String;
    const _default : TGIS_PenStyle
  ) : TGIS_PenStyle;
// C++ Builder
public:
  TGIS_PenStyle* ReadPen(
    const UnicodeString _name,
    TGIS_PenStyle* const _default
  );

Parameters

Name Type Description
_name String name of value
_default TGIS_PenStyle default value

Result

Type Description
TGIS_PenStyle parameter value
2025/01/31 01:06

Page Tools