Table of Contents

TFilterParamDef Class

Describes a single named parameter declared in a filter definition.

Remarks

Each TFilterParamDef records the name and RTTI type of one parameter that callers must supply when enabling the filter at runtime via TEnabledFilter.SetParam.

Syntax

Unit: Aurelius.Mapping.Metadata

TFilterParamDef = class(TObject);

Properties

Name Description
Name Returns the name of this filter parameter.
ParamType Returns the RTTI type information for this filter parameter.