Unit 'Laz2_DOM' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#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.4 Generated 2025-11-08 Home