RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EStringListError Class

EStringListError is the exception class for invalid listbox references.

Pascal
EStringListError = class(Exception);
C++
class EStringListError : public Exception;

Classes

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

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!