OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
validate.h File Reference
#include <owl/private/defs.h>
#include <owl/window.h>
#include <owl/bitset.h>
#include <owl/contain.h>
#include <owl/template.h>
#include <owl/preclass.h>
#include <owl/posclass.h>

Go to the source code of this file.

Classes

class  owl::TValidator
 A streamable class, TValidator defines an abstract data validation object. More...
 
class  owl::TXValidator
 A nested class, TXValidator describes an exception that results from an invalid validator object. More...
 
class  owl::TPXPictureValidator
 TPXPictureValidator objects compare user input with a picture of a data format to determine the validity of entered data. More...
 
class  owl::TFilterValidator
 A streamable class, TFilterValidator checks an input field as the user types into it. More...
 
class  owl::TRangeValidator
 Determines whether the data typed by a user falls within a designated range of integers. More...
 
struct  owl::TRangeValidator::TRange
 
class  owl::TLookupValidator
 A streamable class, TLookupValidator compares the string typed by a user with a list of acceptable values. More...
 
class  owl::TStringLookupValidator
 Derived from TLookupValidator, TStringLookupValidator is a streamable class. More...
 

Namespaces

namespace  owl
 Object Windows Library (OWLNext Core)
 

Enumerations

enum  owl::TValidatorOptions { owl::voFill = 0x0001 , owl::voTransfer = 0x0002 , owl::voOnAppend = 0x0004 , owl::voReserved = 0x00F8 }
 Bit-register flags used with TValidator::SetOption and UnsetOption. More...
 
enum  owl::TPicResult { owl::prComplete , owl::prIncomplete , owl::prEmpty , owl::prError , owl::prSyntax , owl::prAmbiguous , owl::prIncompNoFill }
 Validation result type. More...