Unit 'UCBase' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_usercontrol]

TUCCurrentUser

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: ucbase.pas line 60

type TUCCurrentUser = class(TComponent)

public

  UserID: Integer;

  

  Profile: Integer;

  

  UserIDOld: Integer;

  

  IdLogon: string;

  

  UserName: string;

  

  UserLogin: string;

  

  Password: string;

  

  Email: string;

  

  DateExpiration: TDateTime;

  

  Privileged: Boolean;

  

  UserNotExpired: Boolean;

  

  UserDaysExpired: Integer;

  

  constructor Create(); override;

  

  destructor Destroy; override;

  

published

  property PerfilUsuario: TDataSet; [rw]

  

  property PerfilGrupo: TDataSet; [rw]

  

end;

Inheritance

TUCCurrentUser

  

|

TObject



CT Web help

CodeTyphon Studio