User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_passwordlist.get_string_string

Table of Contents

TGIS_PasswordList.Get method

DK11 for Python | tatukgis.pdk.TGIS_PasswordList.Get | Constructors | Methods

Get password.

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

Syntax

# Python
def Get(
  self
  _name: str
  _key: str
) -> str: 

Parameters

Name Type Description
_name str name of the item; for layers password use layer name
_key str key; for layers use password keys; for example for SQL layer each password can contain to keys: 'username' and 'password'; meaning of key can be layer specific;

Result

Type Description
str value of the name.key pair
2022/11/21 01:52

Page Tools