TPropertyList.Filter Method
Indicates if a property must be included in the property list or not. By default all properties are included, override this method in a descending class if you want to implement some filtering criteria.
Syntax
Unit: PropertyList
function TPropertyList.Filter(P: TProperty): Boolean; virtual;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| P | TProperty | The property ot be checked for filtering. |
Returns
True if the property must be included in the property list, false if the property must be ignored (filtered).