[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'Laz2_DOM' (#lazutils)

TDOMElementList.UseFilter

Indicates if filtering is used when selecting DOM Elements in the list.

Declaration

Source position: laz2_dom.pas line 369

protected TDOMElementList.UseFilter : Boolean;

Description

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.

See also

TDOMElementList.Create

  

Constructor for the class instance.

TDOMElementList.NodeFilter

  

Determines if the node can be used in the DOM element list.

TDOMElementList.NodeFilter

  

Determines if the node can be used in the DOM element list.

TDOMElementList.Filter

  

Member with the value for the filter applied to the list.

TDOMElementList.LocalNameFilter

  

Member with the local name used to filter nodes in the list.


Version 4.0 Generated 2025-05-03 Home