Classe TLDAPAttributeList
Unit
Declaração
type TLDAPAttributeList = class(TObject)
Descrição
List of TLDAPAttribute
This object can hold list of TLDAPAttribute objects.
Hierarquia
- TObject
- TLDAPAttributeList
Visão Geral
Métodos
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
![]() |
procedure Clear; |
![]() |
function Count: integer; |
![]() |
function Add: TLDAPAttribute; |
![]() |
procedure Del(Index: integer); |
![]() |
function Find(AttributeName: AnsiString): TLDAPAttribute; |
![]() |
function Get(AttributeName: AnsiString): string; |
Propriedades
![]() |
property Items[Index:Integer]: TLDAPAttribute read GetAttribute; |
Descrição
Métodos
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
![]() |
procedure Clear; |
|
| |
![]() |
function Count: integer; |
|
Return | |
![]() |
function Add: TLDAPAttribute; |
|
| |
![]() |
procedure Del(Index: integer); |
|
Delete one TLDAPAttribute object from list. | |
![]() |
function Find(AttributeName: AnsiString): TLDAPAttribute; |
|
| |
![]() |
function Get(AttributeName: AnsiString): string; |
|
Find and return attribute value with requested name. Returns empty string if not found. | |
Propriedades
![]() |
property Items[Index:Integer]: TLDAPAttribute read GetAttribute; |
|
List of TLDAPAttribute objects. | |
Gerado por PasDoc 0.16.0.
