[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'Classes' (#rtl) |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Exception raised when an error occurs in a method of TBits.
Source position: classesh.inc line 128
type EBitsError = class(Exception) end; |
|
Exception raised when an error occurs in a method of TBits. |
|
| | ||
|
Base class of all exceptions. |
|
| | ||
TObject |
When an index of a bit in a TBits is out of the valid range (0 to Count-1) then a EBitsError exception is raised.
No notes exist for this page yet.