#ifndef __VALIDATE_H #define __VALIDATE_H #ifndef __MASKFLD_H #include #endif bool validate(int fn, TEdit_field& f, KEY k, const TArray& parms); bool pi_check (const char * stato, const char * cf); bool cf_check (const char * stato, const char * cf); #endif // __VALIDATE_H