IBX.IBServices.TIBSecurityService.LastName
Delphi
property LastName : String read FLastName write SetLastName;
C++
__property System::UnicodeString LastName = {read=FLastName, write=SetLastName};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | IBX.IBServices.pas IBX.IBServices.hpp |
IBX.IBServices | TIBSecurityService |
Description
Sets or returns the user's last name.
Use LastName to set or return the user's last name.
Note: You must install InterBase 6 to use this feature.