SftMask/OCX 6.5

SftMask.MessageEmpty Property

Softel vdm, Inc.

Defines the error message text when no input is provided by the end-user.

Syntax       

Get

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;
_bstr_t String = object->GetMessageEmpty();

C

HRESULT object->get_MessageEmpty(BSTR* String);

Delphi

String := object.MessageEmpty   : WideString;

Put

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;
void object->PutMessageEmpty(_bstr_t 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.


Feedback / comments / error reports for this topic
© 2000, 2008 - Softel vdm, Inc. - www.softelvdm.com