RAD Studio VCL Reference
|
Indicates whether a specified string matches the mask.
function Matches(const Filename: string): Boolean;
__fastcall Boolean Matches(const AnsiString Filename);
Call Matches to compare the Filename parameter to the mask that describes valid values. Matches returns true if the string matches the mask. Matches returns false if the string does not match the mask. Matches raises an exception if the mask is syntactically invalid.
The mask is set when the TMask object is created.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|