Properties' Details |
Type
|
ShowInputMessage
boolean ShowInputMessage;
- Description
- specifies if an input message is shown when the cursor is in a
cell with these validation settings.
|
|
InputTitle
string InputTitle;
- Description
- specifies the title of the window showing the input message.
This is only used if TableValidation::ShowInputMessage
is set to true .
|
|
InputMessage
string InputMessage;
- Description
- specifies the text of the input message.
This is only used if TableValidation::ShowInputMessage
is set to true .
|
|
ShowErrorMessage
boolean ShowErrorMessage;
- Description
- specifies if an error message is displayed when invalid data
is entered.
|
|
ErrorTitle
string ErrorTitle;
- Description
- specifies the title of the window showing the error message.
This is only used if TableValidation::ShowErrorMessage
is set to true .
|
|
ErrorMessage
string ErrorMessage;
- Description
- specifies the text of the error message.
This is only used if TableValidation::ShowErrorMessage
is set to true .
|
|
IgnoreBlankCells
boolean IgnoreBlankCells;
- Description
- specifies if blank cells should be allowed.
|
|
ErrorAlertStyle
|
Copyright © 2003 Sun Microsystems, Inc.