Class TLDAPResultList

DescriptionHierarchyFieldsMethodsProperties

Unit

ldapsend

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

TLDAPResultList > TObject

Methods

Overview

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

Description

Public function Add: TLDAPResult;

Create and add new TLDAPResult object to list.

Public procedure Clear;

Clear all TLDAPResult objects in list.

Public function Count: integer;

Return count of TLDAPResult objects in list.

Public constructor Create;

 

Public destructor Destroy; override;

 

Properties

Overview

Public property Items[Index: Integer]: TLDAPResult;

Description

Public property Items[Index: Integer]: TLDAPResult;

List of TLDAPResult objects.


Generated by PasDoc 0.8.8.2 on 2005-01-19 20:01:18