[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Exception raised when adding an attribute that is already in use.
Source position: laz2_dom.pas line 151
type EDOMInUseAttribute = class(EDOMError) |
||
public |
||
constructor Create(); |
|
Constructor for the class instance. |
end; |
|
Exception raised when adding an attribute that is already in use. |
|
| | ||
|
Base class for exceptions raised in DOM interface classes. |
|
| | ||
| | ||
Remark: | Not used in the current LazUtils implementation. |
|
Base class for exceptions raised in DOM interface classes. |
Version 4.0 | Generated 2025-05-03 | Home |