FireDAC.Phys.IBBase.TFDIBSecurity.APassword
[–] Properties | |
---|---|
Type: property | |
Visibility: published | |
Source: FireDAC.Phys.IBBase.pas FireDAC.Phys.IBBase.hpp
| |
Unit: FireDAC.Phys.IBBase | |
Parent: TFDIBSecurity |
Delphi
property APassword: String index ord(svPassword) read GetStr write SetStr stored IsStored;
C++
__property System::UnicodeString APassword = {read=GetStr, write=SetStr, stored=IsStored, index=1};
Description
The password of a person.
Use the APassword property to specify the password of the person identified by AUserName.