Description | Hierarchy | Fields | Methods | Properties |
type TLDAPResult = class(TObject)
LDAP result object
This object can hold LDAP object. (their name and all their attributes with values)
constructor Create; |
|
destructor Destroy; override; |
property ObjectName: AnsiString read FObjectName write FObjectName; |
|
property Attributes: TLDAPAttributeList read FAttributes; |
constructor Create; |
destructor Destroy; override; |
property ObjectName: AnsiString read FObjectName write FObjectName; |
Name of this LDAP object.
property Attributes: TLDAPAttributeList read FAttributes; |
Here is list of object attributes.