DK for ActiveX | TatukGIS_XDK11.TGIS_PasswordList | Classes | Methods
List for storing passwords.
// C# public class TGIS_PasswordList : ITGIS_PasswordList { }
' VisualBasic Public Class TGIS_PasswordList Implements ITGIS_PasswordList End Class
// Oxygene type TGIS_PasswordList = public class 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) |
|