Class TLDAPAttributeList

DescriptionHierarchyFieldsMethodsProperties

Unit

ldapsend

Declaration

type TLDAPAttributeList = class(TObject)

Description

List of TLDAPAttribute

This object can hold list of TLDAPAttribute objects.

Hierarchy

TLDAPAttributeList > TObject

Methods

Overview

Public constructor Create;
Public destructor Destroy; override;
Public function Add: TLDAPAttribute;
Public procedure Clear;
Public function Count: integer;
Public procedure Del(Index: integer);

Description

Public function Add: TLDAPAttribute;

Add new TLDAPAttribute object to list.

Public procedure Clear;

Clear list.

Public function Count: integer;

Return count of TLDAPAttribute objects in list.

Public constructor Create;

 

Public procedure Del(Index: integer);

Delete one TLDAPAttribute object from list.

Public destructor Destroy; override;

 

Properties

Overview

Public property Items[Index: Integer]: TLDAPAttribute;

Description

Public property Items[Index: Integer]: TLDAPAttribute;

List of TLDAPAttribute objects.


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