Classe TLDAPAttribute
Unit
Declaração
type TLDAPAttribute = class(TStringList)
Descrição
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.
Hierarquia
- TObject
- TPersistent
- TStrings
- TStringList
- TLDAPAttribute
Visão Geral
Métodos
![]() |
function Get(Index: integer): string; override; |
![]() |
procedure Put(Index: integer; const Value: string); override; |
![]() |
procedure SetAttributeName(Value: AnsiString); |
![]() |
function Add(const S: string): Integer; override; |
Propriedades
![]() |
property AttributeName: AnsiString read FAttributeName Write SetAttributeName; |
![]() |
property IsBinary: Boolean read FIsBinary; |
Descrição
Métodos
![]() |
function Get(Index: integer): string; override; |
![]() |
procedure Put(Index: integer; const Value: string); override; |
![]() |
procedure SetAttributeName(Value: AnsiString); |
![]() |
function Add(const S: string): Integer; override; |
Propriedades
![]() |
property AttributeName: AnsiString read FAttributeName Write SetAttributeName; |
Name of LDAP attribute. |
![]() |
property IsBinary: Boolean read FIsBinary; |
Return |
Gerado por PasDoc 0.16.0.