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

TDOMDocument.Impl

Provides access to the DOM Implementation for the document.

Declaration

Source position: laz2_dom.pas line 503

public property TDOMDocument.Impl : TDOMImplementation
  read FImplementation;

Description

Impl is a read-only TDOMImplementation property that provides access to the DOM Implementation for the document.

See also

TDOMImplementation

  

Implements the DOMImplementation interface from the DOM specification.


Version 4.0 Generated 2025-05-03 Home