|
OWLNext 6.32
|
Classes | |
| class | owl::TValidator |
| class | owl::TXValidator |
| class | owl::TPXPictureValidator |
| class | owl::TFilterValidator |
| class | owl::TRangeValidator |
| class | owl::TLookupValidator |
| class | owl::TStringLookupValidator |
Enumerations | |
| enum | owl::TValidatorOptions { owl::voFill = 0x0001, owl::voTransfer = 0x0002, owl::voOnAppend = 0x0004, owl::voReserved = 0x00F8 } |
| enum | owl::TPicResult { prComplete, prIncomplete, prEmpty, prError, prSyntax, prAmbiguous, prIncompNoFill } |
TValidator forms the base class for several ObjectWindows classes that encapsulate validation objects. The following derived classes make it easy for you to add data validation to your applications.
TFilterValidator and its derived class, TRangeValidator, check an input field as the user types data into the field in order to determine the validity of the entered data.TPXPictureValidator compares user input with a picture of a data format.TLookupValidator compares a string typed by a user with a list of acceptable values. | enum owl::TPicResult |
Validation result type.
TPicResult is the result type returned by the Picture member function of TPXPictureValidator. The result type indicates whether the data entered into the edit control matches a specified format. For example, prIncomplete indicates that the data entered is missing some information that was specified in the format picture of the data.
Validator option flags.
Constants that represent bits in the bitmapped Options word in validator objects.
1.7.4