View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006497 | JEDI VCL | 00 JVCL Components | public | 2016-02-24 15:06 | 2019-04-30 16:15 |
Reporter | dbedrenko | Assigned To | obones | ||
Priority | normal | Severity | feature | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | Daily / GIT | ||||
Target Version | Fixed in Version | Daily / GIT | |||
Summary | 0006497: Make TJvValidateEdit.Value return Cardinal for dfHex | ||||
Description | The type returned by the `TJvValidateEdit.Value` property depends on the chosen `TJvValidateEdit.DisplayFormat`. I have some `TJvValidateEdit` elements with `DisplayFormat: dfHex` in which the user can enter a number that fits in a `Cardinal`, e.g. $FFFFFFFF. The problem is that in `TJvCustomValidateEdit.GetValue()`: dfHex: Result := StrToIntDef('$' + FEditText, 0); You don't need to worry about supporting negative numbers because `dfHex` prevents the minus sign ("-") being entered. | ||||
Tags | No tags attached. | ||||
|
Is this a feature request? If yes, please provide a pull request at Github containing the required changes |
|
Pull request created: https://github.com/project-jedi/jvcl/pull/109 |
Date Modified | Username | Field | Change |
---|---|---|---|
2016-02-24 15:07 | dbedrenko | New Issue | |
2018-07-18 15:44 | obones | Note Added: 0021493 | |
2018-07-18 15:44 | obones | Status | new => feedback |
2019-04-28 11:07 | mh | Note Added: 0021775 | |
2019-04-30 16:15 | obones | Status | feedback => resolved |
2019-04-30 16:15 | obones | Fixed in Version | => Daily / GIT |
2019-04-30 16:15 | obones | Resolution | open => fixed |
2019-04-30 16:15 | obones | Assigned To | => obones |