Class TLDAPResultList
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
Overview
Methods
Properties
Description
Methods
 |
constructor Create; |
 |
destructor Destroy; override; |
 |
procedure Clear; |
Clear all TLDAPResult objects in list.
 |
function Count: integer; |
Return count of TLDAPResult objects in list.
Create and add new TLDAPResult object to list.
Properties
 |
property Items[Index: Integer]: TLDAPResult read GetResult; |
List of TLDAPResult objects.
Generated by PasDoc 0.9.0 on 2012-04-23 21:38:51