–>
Purpose
Editing features
Inserting CFloatEdit controls into the project
Property Default Values
Method Prototypes
CFloatEdit(); Default constructor
virtual ~CFloatEdit(); Destructor
double GetValue(void); Get the current value stored on the field. These value is evaluated after each change in the current field
void SetValue(double dblValue); Set the current value stored in the field
int GetDecimals( void ); Get the number of the digits after the decimal point
void SetDecimals( int nDecimals ); Set the number of the digits after the decimal point
void EnableCommas(BOOL bNewHasCommas); Enable / disable the visibility of the comma delimiters
void SetComma(char cNewComma); Set the comma character
char GetComma(void); Get the comma character
void SetDecimalPoint(char cNewDecimal); Set the decimal point character
char GetDecimalPoint(void); Get the decimal point character (default “.”)
Important things to be mentioned
Date Last Updated: April 3, 1999