User Tools

Site Tools


api:dk11:delphi:gisclasses.tgis_passwordlist.check_string_string_string

Table of Contents

TGIS_PasswordList.Check method

DK11 for Delphi | GisClasses.TGIS_PasswordList.Check | Constructors | Methods

Check password.

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

Syntax

// Delphi
public
  function Check(
    const _name : String;
    const _key : String;
    const _value : String
  ) : Boolean;
// C++ Builder
public:
  bool Check(
    const UnicodeString _name,
    const UnicodeString _key,
    const UnicodeString _value
  );

Parameters

Name Type Description
_name String name of the item; for layers password use layer name
_key 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 value of the name.key pair

Result

Type Description
Boolean True if _value match the password name.key pair
2024/12/20 22:17

Page Tools