Class TUserList (unit UserList)

Inherits from

TComponent

Constructors


constructor Create(AOwner : TComponent);



Functions

destructor Destroy;


procedure SetItems;

Protected declarations

procedure SetIndex( Value : Integer );


Properties

property Comments : String


property Count : Integer


property FullName : String


property Index : Integer


property ServerName : String


property UserComments : String


property UserName : String


property WkstaName : String


Events

Variables

FComment : String;


FCount : Integer;


FFullName : String;


FIndex : Integer;


FUserComment : String;


FUserName : String;


FWkstaName : String;


IList : PIUserList;


List : TList;


Server : String;



Constructors


constructor Create(AOwner : TComponent);


Functions


destructor Destroy;


procedure SetItems;

Protected declarations


procedure SetIndex( Value : Integer );


Properties


property Comments : String


property Count : Integer


property FullName : String


property Index : Integer


property ServerName : String


property UserComments : String


property UserName : String


property WkstaName : String


Events


Variables


FComment : String;


FCount : Integer;


FFullName : String;


FIndex : Integer;


FUserComment : String;


FUserName : String;


FWkstaName : String;


IList : PIUserList;


List : TList;


Server : String;