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;

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

 

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