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

EDOMInUseAttribute

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Exception raised when adding an attribute that is already in use.

Declaration

Source position: laz2_dom.pas line 152

type EDOMInUseAttribute = class(EDOMError)

public

  constructor Create();

  

Constructor for the class instance.

end;

Inheritance

EDOMInUseAttribute

  

Exception raised when adding an attribute that is already in use.

|

EDOMError

  

Base class for exceptions raised in DOM interface classes.

|

Exception

|

TObject

Description

Remark: Not used in the current LazUtils implementation.

See also

EDOMError

  

Base class for exceptions raised in DOM interface classes.


Version 3.2 Generated 2024-02-25 Home