RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Generics.Collections.sGenericItemNotFound Constant

Specifies the text displayed by an exception of type EListError.

Pascal
sGenericItemNotFound = 'Item not found';
C++
sGenericItemNotFound = 'Item not found';

sGenericItemNotFound is a string constant used by an exception of type EListError. To be more specific, sGenericItemNotFound contains the text "Item not found". 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!