RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ENamedVariantsError Class

ENamedVariantsError is the exception for errors encountered by a TNamedVariantsList object.

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

WebContnrs

ENamedVariantsError is raised when an error occurs in TNamedVariantsList. For example, when an application supplies an invalid index to one of the TNamedVariantsList methods, it raises an ENamedVariantsError exception. 

 

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