TMaskFtInch notes --------------------------------------------------------------------------------------------------- Component for Inputting Feet and Inches (ex. 1 - 1 5/8) and also decimal feet or decimal inches (ex. 120.0625 IN and 10.0 FT). The user can switch between the modes by clicking the right mouse button. This component also rounds to the nearest 16th or 32nd. Great for dimensional input and manufacturing tolerances. Install using normal Component -> Install Component... process. It is added to the Samples tab. --------------------------------------------------------------------------------------------------- Properties --------------------------------------------------------------------------------------------------- DecFt : Double data type, Decimal Feet value. Ex. 10.0 DecInch : Double data type,Decimal Inch value. Ex. 120.0 RoundTo : Integer data type, value to round to. Only 16 or 32 should be used Mode : Integer data type, should be one of the constants mFtInch = 0; mDecInch = 1; mDecFt = 2; See example project for usage. Currently available and tested with Delphi 4 and 6. --------------------------------------------------------------------------------------------------- This is a shareware component, so please register if you find it useful. Register on the website at http://www.enhancedtechsolutions.com/delphi or send a money order or cashiers check for $10 ($50 for Source Code) to... Enhanced Technology Solutions 118 30th street Columbus, NE 68601 Any Suggestions or questions please email me... gary@enhancedtechsolutions.com --------------------------------------------------------------------------------------------------- This software is provided 'as-is', without any express or implied warranty. In no event shall the author be held liable for any damages arising from the use of this software. --------------------------------------------------------------------------------------------------- Version History --------------------------------------------------------------------------------------------------- 1.0.0.0 : 10/1/2002, Initial Release to public