Class TLDAPAttributeList
Unit
ldapsend
Declaration
type TLDAPAttributeList = class(TObject)
Description
List of TLDAPAttribute
This object can hold list of TLDAPAttribute objects.
Hierarchy
- TObject
- TLDAPAttributeList
Overview
Methods
Properties
Description
Methods
|
constructor Create; |
|
destructor Destroy; override; |
|
procedure Clear; |
Clear list.
|
function Count: integer; |
Return count of TLDAPAttribute objects in list.
Add new TLDAPAttribute object to list.
|
procedure Del(Index: integer); |
Delete one TLDAPAttribute object from list.
Find and return attribute with requested name. Returns nil if not found.
|
function Get(AttributeName: AnsiString): string; |
Find and return attribute value with requested name. Returns empty string if not found.
Properties
List of TLDAPAttribute objects.
Generated by PasDoc 0.9.0 on 2012-04-23 21:38:51