Class TLDAPResultList

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TLDAPResultList = class(TObject)

Description

List of LDAP result objects

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

Hierarchy

Overview

Methods

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

Properties

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

Description

Methods

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.

Properties

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

List of TLDAPResult objects.


Generated by PasDoc 0.9.0 on 2012-04-23 21:38:57