DK for Delphi | GisClasses.TGIS_PasswordList.Get | Constructors | Methods
Get password.
// Delphi public function Get( const _name : String; const _key : String ) : String;
// C++ Builder public: UnicodeString Get( const UnicodeString _name, const UnicodeString _key );
| 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; |
| Type | Description |
|---|---|
| String | value of the name.key pair |