Source position: maskutils.pp line 107
public function TMaskUtils.TryValidateInput( |
out ValidatedString: string |
):Boolean; |
ValidatedString |
|
Value with Mask applied to it. |
True if Value satisfies Mask.
TryValidateInput checks that the text in Value satisfies the given mask in Mask and returns True if it does, False otherwise. It returns Value with the mask applied to it in ValidatedString.
|
Check that the Value text is valid for the given mask. |
|
|
(input) String value to validate. |
|
|
The edit mask to use. |