|
|
|
SftMask.MessageEmpty Property |
Defines the error message text when no input is provided by the end-user.
Syntax
VB.NET |
String = object.MessageEmpty As String |
||
VB |
String = object.MessageEmpty As String |
||
C#.NET |
string String = object.MessageEmpty; |
||
VC++ |
_bstr_t String = object->MessageEmpty;
|
||
C |
HRESULT object->get_MessageEmpty(BSTR* String); |
||
Delphi |
String := object.MessageEmpty : WideString; |
||
VB.NET |
object.MessageEmpty = String As String |
||
VB |
object.MessageEmpty = String As String |
||
C#.NET |
string object.MessageEmpty = String; |
||
VC++ |
_bstr_t object->MessageEmpty = String;
|
||
C |
HRESULT object->put_MessageEmpty(BSTR String); |
||
Delphi |
object.MessageEmpty := String : WideString; |
object
A SftMask object.
String
Defines the error message text when no input is provided by the end-user.
Comments
The MessageEmpty property defines the error message text when no input is provided by the end-user.
This error message is displayed when an application uses the Contents.ValidMsg property to test the control contents and the control is empty (see Contents.Empty).
The MessageInvalid property defines the error message text when the input is invalid.