Unit NumInp

Classes

TCustomNumInp - numinp component
TNumInp -

Functions

Register - Since edit controls do not handle justification unless multi-line (and then only poorly) we will draw right and center justify manually unless the edit has the focus.

Types

TAlignment
TDataType
TNumericType

Constants

Variables


Functions


procedure Register;

Since edit controls do not handle justification unless multi-line (and then only poorly) we will draw right and center justify manually unless the edit has the focus.

Types


TAlignment = (taLeftJustify, taRightJustify);

TDataType = (dtByte, dtDouble, dtExtended, dtInteger,
               dtLongint, dtReal, dtShortint, dtSingle, dtWord);

TNumericType = (ntGeneral, ntExponent, ntFixed, ntNumber, ntCurrency);

Constants


Variables