2.5.37 DValStrings

The DValStrings record specifies the strings that data validation uses.

The following packet diagram specifies this record.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

strErrorTitle (variable)

...

strError (variable)

...

strPromptTitle (variable)

...

strPrompt (variable)

...

strErrorTitle (variable): An XLNullableWideString (section 2.5.167) that specifies the text of the title bar of the error alert. If this is not the NULL string, the length of this string MUST be less than or equal to 32 characters.

strError (variable): An XLNullableWideString that specifies the message text of the error alert. If this is not the NULL string, the length of this string MUST be less than or equal to 225 characters.

strPromptTitle (variable): An XLNullableWideString that specifies the text of the title bar of the input prompt. If this is not the NULL string, the length of this string MUST be less than or equal to 32 characters.

strPrompt (variable): An XLNullableWideString that specifies the message text of the input prompt. If this is not the NULL string, the length of this string MUST be less than or equal to 255 characters.