Class TLDAPAttributeList

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TLDAPAttributeList = class(TObject)

Description

List of TLDAPAttribute

This object can hold list of TLDAPAttribute objects.

Hierarchy

Overview

Methods

Public constructor Create;
Public destructor Destroy; override;
Public procedure Clear;
Public function Count: integer;
Public function Add: TLDAPAttribute;
Public procedure Del(Index: integer);
Public function Find(AttributeName: AnsiString): TLDAPAttribute;
Public function Get(AttributeName: AnsiString): string;

Properties

Public property Items[Index: Integer]: TLDAPAttribute read GetAttribute;

Description

Methods

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

Clear list.

Public function Count: integer;

Return count of TLDAPAttribute objects in list.

Public function Add: TLDAPAttribute;

Add new TLDAPAttribute object to list.

Public procedure Del(Index: integer);

Delete one TLDAPAttribute object from list.

Public function Find(AttributeName: AnsiString): TLDAPAttribute;

Find and return attribute with requested name. Returns nil if not found.

Public function Get(AttributeName: AnsiString): string;

Find and return attribute value with requested name. Returns empty string if not found.

Properties

Public property Items[Index: Integer]: TLDAPAttribute read GetAttribute;

List of TLDAPAttribute objects.


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