Description | Hierarchy | Fields | Methods | Properties |
type TLDAPAttribute = class(TStringList)
LDAP attribute with list of their values
This class holding name of LDAP attribute and list of their values. This is descendant of TStringList class enhanced by some new properties.
![]() |
property AttributeName: AnsiString read FAttributeName Write SetAttributeName; |
![]() |
property IsBinary: Boolean read FIsBinary; |
![]() |
property AttributeName: AnsiString read FAttributeName Write SetAttributeName; |
Name of LDAP attribute.
![]() |
property IsBinary: Boolean read FIsBinary; |
Return True
when attribute contains binary data.