RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EMaskException Class

EMaskException is the exception class for errors that occur when comparing a file name to a mask.

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

Masks

EMaskException is raised when the TMask object or the global MatchesMask function encounters an improperly formed mask string. 

 

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