Classe TLDAPResultList
Unit
Declaração
type TLDAPResultList = class(TObject)
Descrição
List of LDAP result objects
This object can hold list of LDAP objects. (for example result of LDAP SEARCH.)
Hierarquia
- TObject
- TLDAPResultList
Visão Geral
Métodos
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
![]() |
procedure Clear; |
![]() |
function Count: integer; |
![]() |
function Add: TLDAPResult; |
Propriedades
![]() |
property Items[Index:Integer]: TLDAPResult read GetResult; |
Descrição
Métodos
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
![]() |
procedure Clear; |
|
| |
![]() |
function Count: integer; |
|
Return | |
![]() |
function Add: TLDAPResult; |
|
Create and | |
Propriedades
![]() |
property Items[Index:Integer]: TLDAPResult read GetResult; |
|
List of TLDAPResult objects. | |
Gerado por PasDoc 0.16.0.
