User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_passwordlist.add_string_string_string

Table of Contents

TGIS_PasswordList.Add method

DK11 for .NET | TatukGIS.NDK.TGIS_PasswordList.Add | Constructors | Methods

Add new password.

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

Syntax

// C#
public void Add(
  string _name,
  string _key,
  string _value
);
' VisualBasic
Public Sub Add(
  ByVal _name As String,
  ByVal _key As String,
  ByVal _value As String
)
// Oxygene
public
  procedure Add(
    _name : String;
    _key : String;
    _value : String
  );

Parameters

Name Type Description
_name string
String
name of the item; for layers password use layer name
_key string
String
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 string
String
value of the name.key
2022/11/16 01:35

Page Tools