[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 504

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 3.2 Generated 2024-02-25 Home