Class TBaseFilter

Unit

DSUtil

Declaration

type TBaseFilter = class(TPersistentMemory)

Description

This class can store a custom filter as a moniker within the dfm file.

Hierarchy

TPersistentMemory

Methods

Overview

Public function CreateFilter: IBaseFilter;
Public function PropertyBag(Name: WideString): OleVariant;

Description

Public function CreateFilter: IBaseFilter;

Return the IBaseFilter interface corresponding to filter.

Public function PropertyBag(Name: WideString): OleVariant;

Read a property bag. For example you can read the GUID identifier (PropertyBag('CLSID'))

Properties

Overview

Public property Moniker: IMoniker;

Description

Public property Moniker: IMoniker;

Set or retrieve the moniker interface.


Generated by DIPasDoc 0.8.0 on Sun 1 Jun 2003 23:53:07