[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Indicates if filtering is used when selecting DOM Elements in the list.
Source position: laz2_dom.pas line 369
protected TDOMElementList.UseFilter : Boolean; |
UseFilter is a Boolean member used to indicate whether filtering is enabled to select the elements in the list. The value is set in the Create method, and contains True when the filter or local name argument has a value other than '*' (All elements). UseFilter is used in NodeFilter to determine the TFilterResult return value from the method.
|
Constructor for the class instance. |
|
|
Determines if the node can be used in the DOM element list. |
|
|
Determines if the node can be used in the DOM element list. |
|
|
Member with the value for the filter applied to the list. |
|
|
Member with the local name used to filter nodes in the list. |
Version 4.0 | Generated 2025-05-03 | Home |