User Tools

Site Tools


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

Table of Contents

TGIS_PasswordList.Add method

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

Add new password.

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

Syntax

# Python
def Add(
  self,
  _name: str,
  _key: str,
  _value: str
) -> None: 

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;
_value str value of the name.key
2023/08/09 01:57

Page Tools