System.Classes.EStringListError

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.EListErrorSystem.SysUtils.ExceptionSystem.TObjectEStringListError

Delphi

EStringListError = class(EListError);

C++

class PASCALIMPLEMENTATION EStringListError : public System::Sysutils::EListError

Properties

Type Visibility Source Unit Parent
class public
System.Classes.pas
System.Classes.hpp
System.Classes System.Classes

Description

EStringListError is the exception class for invalid listbox references.

EStringListError is raised when an application attempts to access a list box (for example, to add an item) using an invalid index.

See Also