IBX.IBServices.TIBSecurityService.UserInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property  UserInfo[Index: Integer]: TUserInfo read GetUserInfo;

C++

__property TUserInfo* UserInfo[int Index] = {read=GetUserInfo};

Properties

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

Description

Provides information about a user.

Use UserInfo to return the user's information as a TUserInfo record, which contains the user name, groupID, UserID, and the user's first, middle, and last names.

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