IBX.IBServices.TIBSecurityService.DisplayUser

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DisplayUser(UserName: String);

C++

void __fastcall DisplayUser(System::UnicodeString UserName);

Properties

Type Visibility Source Unit Parent
procedure
function
public
IBX.IBServices.pas
IBX.IBServices.hpp
IBX.IBServices TIBSecurityService

Description

Fetches user information.

Call DisplayUser to fetch user information and dump it into the TUserInfo record, which can then be returned by the UserInfo property.

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