User Tools

Site Tools


api:dk11:delphi:gisconfig.tgis_config.readpattern_string_tgis_brushstyle

Table of Contents

TGIS_Config.ReadPattern method

DK for Delphi | GisConfig.TGIS_Config.ReadPattern | 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 ReadPattern(
    const _name : String;
    const _default : TGIS_BrushStyle
  ) : TGIS_BrushStyle;
// C++ Builder
public:
  TGIS_BrushStyle* ReadPattern(
    const UnicodeString _name,
    TGIS_BrushStyle* const _default
  );

Parameters

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

Result

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

Page Tools