SftMask/OCX 6.5

SftMask.MessageTitle Property

Softel vdm, Inc.

Defines the caption of the message box displaying error message text.

Syntax       

Get

VB.NET

String = object.MessageTitle  As String

VB

String = object.MessageTitle  As String

C#.NET

string String = object.MessageTitle;

VC++

_bstr_t String = object->MessageTitle;
_bstr_t String = object->GetMessageTitle();

C

HRESULT object->get_MessageTitle(BSTR* String);

Delphi

String := object.MessageTitle   : WideString;

Put

VB.NET

object.MessageTitle = String  As String

VB

object.MessageTitle = String  As String

C#.NET

string object.MessageTitle = String;

VC++

_bstr_t object->MessageTitle = String;
void object->PutMessageTitle(_bstr_t String);

C

HRESULT object->put_MessageTitle(BSTR String);

Delphi

object.MessageTitle := String   : WideString;

object

A SftMask object.

String

Defines the caption of the message box displaying error message text.

Comments

The MessageTitle property defines the caption of the message box displaying error message text.

Error messages can be defined using the MessageEmpty and MessageInvalid properties, which can be displayed when an application uses the Contents.ValidMsg property to test the control contents.


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