Unit 'IdUserAccounts' Package
[Overview][Constants][Types][Classes][Variables][Index] [#pl_indy]

TIdUserAccounts

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

Declaration

Source position: IdUserAccounts.pas line 189

type TIdUserAccounts = class(TOwnedCollection)

protected

  FCaseSensitiveUsernames: Boolean;

  

  FCaseSensitivePasswords: Boolean;

  

  function GetAccount();

  

  function GetByUsername();

  

  procedure SetAccount();

  

public

  function Add;

  

  constructor Create();

  

  property CaseSensitiveUsernames: Boolean; [rw]

  

  property CaseSensitivePasswords: Boolean; [rw]

  

  property UserNames []: TIdUserAccount; default; [r]

  

  property Items []: TIdUserAccount; [rw]

  

end;

Inheritance

TIdUserAccounts

  

|

TObject



CT Web help

CodeTyphon Studio