IBX.IBServices.TUserInfo

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTUserInfo

Delphi

TUserInfo = class

C++

class PASCALIMPLEMENTATION TUserInfo : public System::TObject

Properties

Type Visibility Source Unit Parent
class public
IBX.IBServices.pas
IBX.IBServices.hpp
IBX.IBServices IBX.IBServices

Description

TUserInfo stores information about an InterBase user for the security service.

TUserInfo is the user descriptor that the InterBase security service uses to describe a single user.

UserName is the user's login name.

FirstName is the user's first name.

MiddleName is the user's middle name.

LastName is the user's Last name.

GroupID is the user's group ID.

UserID is the user's individual ID.