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

EDOMInvalidState

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

Exception raised when accessing an object that is no longer usable.

Declaration

Source position: laz2_dom.pas line 157

type EDOMInvalidState = class(EDOMError)

public

  constructor Create();

  

Constructor for the class instance.

end;

Inheritance

EDOMInvalidState

  

Exception raised when accessing an object that is no longer usable.

|

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