[Overview][Classes][Procedures and functions][Index] |
Converts the specified value to a String type using the spin edit settings.
Source position: spin.pp line 75
public function TCustomFloatSpinEdit.ValueToStr( |
const AValue: Double |
):string; virtual; |
AValue |
|
Float value converted to a string in the method. |
String representation for the float value.
Calls GetLimitedValue to range limit the value in AValue. Calls FloatToStrF to format the return value using 20 digits of precision and the number of decimals in the DecimalPlaces property.
Version 4.0 | Generated 2025-05-03 | Home |