TCnSearchRequest Class

The TCnSearchRequest class initiates a search operation.

Namespace: CNClrLib.Component.ADChangeNotifier
TCollectionItem
  CNClrLib.Component.ADChangeNotifier.TCnSearchRequest
type
 TCnSearchRequest = class(TCollectionItem)
 end;

The TCnSearchRequest type exposes the following members.

Show:
 NameDescription
Create(TCollection)

Creates and initializes a TCnSearchRequest instance.

Destroy

Frees the resources allocated with a TCnSearchRequest instance.

Top
Show:
 NameDescription
Attributes

The Attributes property contains the attributes of the requested object.

DistinguishedName

The DistinguishedName property contains the distinguished name of the requested object.

Filter

The Filter property contains the search filter.

Scope

The Scope property contains one of the values of SearchScope that specifies the scope of the search.

SearchRequests

Gets the component that contains the collection of TCnSearchRequest .

Top
Show:
 NameDescription
Assign(TPersistent)

Copies the contents of another, similar object.

GetDisplayName

Represents method GetDisplayName.

Top