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

Visão Geral

Métodos

Protected function Get(Index: integer): string; override;
Protected procedure Put(Index: integer; const Value: string); override;
Protected procedure SetAttributeName(Value: AnsiString);
Public function Add(const S: string): Integer; override;

Propriedades

Published property AttributeName: AnsiString read FAttributeName Write SetAttributeName;
Published property IsBinary: Boolean read FIsBinary;

Descrição

Métodos

Protected function Get(Index: integer): string; override;
 
Protected procedure Put(Index: integer; const Value: string); override;
 
Protected procedure SetAttributeName(Value: AnsiString);
 
Public function Add(const S: string): Integer; override;
 

Propriedades

Published property AttributeName: AnsiString read FAttributeName Write SetAttributeName;

Name of LDAP attribute.

Published property IsBinary: Boolean read FIsBinary;

Return True when attribute contains binary data.


Gerado por PasDoc 0.16.0.