User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_passwordlist.get_widestring_widestring

Table of Contents

ITGIS_PasswordList.Get method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_PasswordList.Get | Methods

Get password.

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

Syntax

// C#
public WideString Get(
  WideString _name,
  WideString _key
);
' VisualBasic
Public Function Get(
  ByVal _name As WideString,
  ByVal _key As WideString
) As WideString
// Oxygene
public
  function Get(
    _name : WideString;
    _key : WideString
  ) : WideString;

Parameters

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

Page Tools