Classe TLDAPAttributeList

Unit

Declaração

type TLDAPAttributeList = class(TObject)

Descrição

List of TLDAPAttribute

This object can hold list of TLDAPAttribute objects.

Hierarquia

Visão Geral

Métodos

Public constructor Create;
Public destructor Destroy; override;
Public procedure Clear;
Public function Count: integer;
Public function Add: TLDAPAttribute;
Public procedure Del(Index: integer);
Public function Find(AttributeName: AnsiString): TLDAPAttribute;
Public function Get(AttributeName: AnsiString): string;

Propriedades

Public property Items[Index:Integer]: TLDAPAttribute read GetAttribute;

Descrição

Métodos

Public constructor Create;
 
Public destructor Destroy; override;
 
Public procedure Clear;

Clear list.

Public function Count: integer;

Return count of TLDAPAttribute objects in list.

Public function Add: TLDAPAttribute;

Add new TLDAPAttribute object to list.

Public procedure Del(Index: integer);

Delete one TLDAPAttribute object from list.

Public function Find(AttributeName: AnsiString): TLDAPAttribute;

Find and return attribute with requested name. Returns nil if not found.

Public function Get(AttributeName: AnsiString): string;

Find and return attribute value with requested name. Returns empty string if not found.

Propriedades

Public property Items[Index:Integer]: TLDAPAttribute read GetAttribute;

List of TLDAPAttribute objects.


Gerado por PasDoc 0.16.0.