TCnSearchRequests Class

The TCnSearchRequests class is a collection of TCnSearchRequest objects.

Namespace: CNClrLib.Component.ADChangeNotifier
TCollection
  CNClrLib.Component.ADChangeNotifier.TCnSearchRequests
type
 TCnSearchRequests = class(TCollection)
 end;

The TCnSearchRequests type exposes the following members.

Show:
 NameDescription
Create(TCnADChangeNotifier)

Creates and initializes a TCnSearchRequests instance.

Top
Show:
 NameDescription
Items[Integer]

The Items[Integer] property contains the TCnSearchRequest object at the specified index.

Top
Show:
 NameDescription
Add

The Add method adds TCnSearchRequest object to the collection.

GetOwner

Represents method GetOwner.

Owner

Returns the owner of the collection object.

Top