[Overview][Classes][Procedures and functions][Index] |
Converts the specified string to a float value according to spin edit settings.
Source position: spin.pp line 76
public function TCustomFloatSpinEdit.StrToValue( |
const S: string |
):Double; virtual; |
S |
|
String examined and converted to a float value in the method. |
Float value for the specified string.
Calls StrToFloatF to convert the value in S to a Double data type. If S contains an invalid representation for a float value, Value is used as the return value for the method.
Version 4.0 | Generated 2025-05-03 | Home |