IBX.IBServices.TIBSecurityService.UserName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UserName : String read FUserName write FUserName;

C++

__property System::UnicodeString UserName = {read=FUserName, write=FUserName};

Properties

Type Visibility Source Unit Parent
property published
IBX.IBServices.pas
IBX.IBServices.hpp
IBX.IBServices TIBSecurityService

Description

Sets or returns the user's login name.

Use UserName to set or return the user's login (user) name.

Note: You must install InterBase 6 to use this feature.