DK11 for ActiveX | TatukGIS_XDK11.ITGIS_PasswordList | Interfaces | Methods
List for storing passwords.
// C# public interface ITGIS_PasswordList: ITGIS_ThreadClass { }
' VisualBasic Public Interface ITGIS_PasswordList Implements ITGIS_ThreadClass End Class
// Oxygene type ITGIS_PasswordList = public interface( ITGIS_ThreadClass ) end;
Name | Visibility | Description | |
---|---|---|---|
Add | public | Add new password. | |
AttachDelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
Check | public | Check password. | |
Clear | public | Clear list - delete all passwords. | |
DelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
Get | public | Get password. | |
LockThread | public | Locks the thread. (Inherited from ITGIS_ThreadClass) |
|
Merge | public | Merge with values form provided list. | |
UnlockThread | public | Unlocks the thread. (Inherited from ITGIS_ThreadClass) |
|