FireDAC.Phys.IBBase.TFDIBSecurity.APassword

From RAD Studio API Documentation
Jump to: navigation, search

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};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Phys.IBBase.pas
FireDAC.Phys.IBBase.hpp
FireDAC.Phys.IBBase TFDIBSecurity

Description

The password of a person.

Use the APassword property to specify the password of the person identified by AUserName.

See Also