User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_passwordlist.check_widestring_widestring_widestring

Table of Contents

ITGIS_PasswordList.Check method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_PasswordList.Check | Methods

Check password.

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

Syntax

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

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;
_value WideString value of the name.key pair

Result

Type Description
WordBool True if _value match the password name.key pair
2022/11/16 01:11

Page Tools