Classe TLDAPResultList

Unit

Declaração

type TLDAPResultList = class(TObject)

Descrição

List of LDAP result objects

This object can hold list of LDAP objects. (for example result of LDAP SEARCH.)

Hierarquia

Visão Geral

Métodos

Public constructor Create;
Public destructor Destroy; override;
Public procedure Clear;
Public function Count: integer;
Public function Add: TLDAPResult;

Propriedades

Public property Items[Index:Integer]: TLDAPResult read GetResult;

Descrição

Métodos

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

Clear all TLDAPResult objects in list.

Public function Count: integer;

Return count of TLDAPResult objects in list.

Public function Add: TLDAPResult;

Create and add new TLDAPResult object to list.

Propriedades

Public property Items[Index:Integer]: TLDAPResult read GetResult;

List of TLDAPResult objects.


Gerado por PasDoc 0.16.0.