Hide

SftMask/OCX 7.0 - ActiveX Masked Edit Control

Display
Print

TextDisplayNoLiterals Property, SftMask Object

Returns the interpreted control contents, without literal characters.

Syntax

Get

VB.NETText = object.TextDisplayNoLiterals As String
VBText = object.TextDisplayNoLiterals As String
C#.NETstring Text = object.TextDisplayNoLiterals;
VC++_bstr_t Text = object->TextDisplayNoLiterals;
_bstr_t Text = object->GetTextDisplayNoLiterals();
CHRESULT object->get_TextDisplayNoLiterals(BSTR* Text);

object

A SftMask object.

Text

Returns the interpreted control contents, without literal characters.

Comments

The TextDisplayNoLiterals property returns the interpreted control contents, without literal characters.

When retrieving the TextDisplayNoLiterals property in a Masked Edit control (with Mask), input positions without data are represented by the space character.

Literal characters are never returned.

It is possible to retrieve portions of the control contents using the Contents.Value property.

The properties Text, TextDisplay, TextDisplayWithLiterals, TextPureWithLiterals and TextPureNoLiterals also retrieve the control contents with varying handling of unspecified input positions and literal characters.

PropertyUnspecified PositionsLiterals
TextChr(13)ClipMode
TextDisplaySpaceClipMode
TextDisplayNoLiteralsSpaceNo
TextDisplayWithLiteralsSpaceYes
TextPureNoLiteralsChr(13)No
TextPureWithLiteralsChr(13)Yes

See Also SftMask Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.