RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TUserInfo Class

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

Pascal
TUserInfo = class;
C++
class TUserInfo;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!