DK11 for Delphi | GisClasses.TGIS_PasswordList.Add | Constructors | Methods
Add new password.
// Delphi public procedure Add( const _name : String; const _key : String; const _value : String );
// C++ Builder public: void Add( const UnicodeString _name, const UnicodeString _key, const UnicodeString _value );
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 |