System.Classes.EStringListError
Delphi
EStringListError = class(Exception);
C++
class PASCALIMPLEMENTATION EStringListError : public System::Sysutils::Exception
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.