IErrorControl
What it does
Represents an item in the IErrorsWindow list.
Methods
| Definition | Description |
| Field( index : int ) : IField | Retrieves the field related to the error by the index of the error |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| Error | string | Read-only | The text of the error |
| FieldsCount | int | Read-only | The number of fields related to the error |
| Index | int | Read-only | The index of the error in the IErrorsWindow |
| IsWarning | bool | Read-only | Specifies whether the error is a warning |
| Type | TErrorType | Read-only | The type of the error |
4/12/2024 6:16:02 PM