Classe TLDAPResult
Unit
Declaração
type TLDAPResult = class(TObject)
Descrição
LDAP result object
This object can hold LDAP object. (their name and all their attributes with values)
Hierarquia
- TObject
- TLDAPResult
Visão Geral
Métodos
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
Propriedades
![]() |
property ObjectName: AnsiString read FObjectName write FObjectName; |
![]() |
property Attributes: TLDAPAttributeList read FAttributes; |
Descrição
Métodos
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
Propriedades
![]() |
property ObjectName: AnsiString read FObjectName write FObjectName; |
|
Name of this LDAP object. | |
![]() |
property Attributes: TLDAPAttributeList read FAttributes; |
|
Here is list of object | |
Gerado por PasDoc 0.16.0.

