Unit Validat

**************************************************************************** Validat.pas Copyright © Kristian Dittmar, 1997 Version 1.0 ---------------------------------------------------------------------------- Delphi versions: designed for Delphi 2, probably works alright with Delphi 1 and 3 ---------------------------------------------------------------------------- Features: - prevents specified characters or other characters than the specified one from being entered - checks strings that are being inserted for those characters and changes the strings accordingly ---------------------------------------------------------------------------- How to use: Insert a TValidatorEdit component into your form, then enter the characters which should be affected into the Keys property and specify how the characters are affected by setting the UseKeys property to either veUseKeysAllowed or veUseKeysForbidden ---------------------------------------------------------------------------- Known Problems: None. ----------------------------------------------------------------------------

Classes

TValidatorEdit - TValidatorEdit Component

Functions

Register - Register TValidatorEdit for use with Delphi

Types

TUseKeys

Constants

Variables


Functions


procedure Register;

Register TValidatorEdit for use with Delphi

Types


TUseKeys = (veUseKeysForbidden, veUseKeysAllowed);
TUseKeys Structure: Internally used by TValidatorEdit

Constants


Variables