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