home *** CD-ROM | disk | FTP | other *** search
- (******************************************)
- (* TPDBOBJ.INC *)
- (* Version 4.0 *)
- (* Copyright 1990 Brian Corll *)
- (* All Rights Reserved *)
- (******************************************)
-
-
- FUNCTION Lower(InpStr : string) : string;external;
- (* Converts a string to lower case *)
-
- FUNCTION Replicate(Ch : CHAR;Count : word) : String;external;
- (* Create a string of a specified number of a CHARacter. *)
-
- FUNCTION Upper(InpStr: String): String;external;
- (* Convert a string to upper case. *)
-
- {$L tpdb.obj}
-