View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005654 | JEDI VCL | 04 Feature Request | public | 2011-09-20 09:06 | 2011-09-21 14:28 |
Reporter | RHoek | Assigned To | obones | ||
Priority | normal | Severity | feature | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.40 | ||||
Target Version | Fixed in Version | 3.45 | |||
Summary | 0005654: Introduce the 'DeleteValue' routine of TJvCustomAppStorage at TJvFormPlacement level | ||||
Description | When using the TJvFormPlacement it would be very helpfull to have an direct routine for 'DeleteValue' which will use the AppStorage.DeleteValue routine. Required code for TJvFormPlacement is supplied in 'additional' information field | ||||
Additional Information | procedure TJvFormPlacement.DeleteValue(const Ident: string); begin if Assigned(AppStorage) and (Ident <> '') then AppStorage.DeleteValue(AppStorage.ConcatPaths([AppStoragePath, AppStorage.TranslatePropertyName(Self, Ident, False)]) ); end; | ||||
Tags | No tags attached. | ||||
2011-09-20 09:46
|
JvFormPlacement.pas (43,793 bytes) |
|
Attached the modified 'JvFormPlacement.pas' (based on version 3.40) |
|
This is now in SVN |
Date Modified | Username | Field | Change |
---|---|---|---|
2011-09-20 09:06 | RHoek | New Issue | |
2011-09-20 09:46 | RHoek | File Added: JvFormPlacement.pas | |
2011-09-20 09:47 | RHoek | Note Added: 0018898 | |
2011-09-21 14:14 | obones | Status | new => acknowledged |
2011-09-21 14:28 | obones | Note Added: 0018957 | |
2011-09-21 14:28 | obones | Status | acknowledged => resolved |
2011-09-21 14:28 | obones | Fixed in Version | => 3.45 |
2011-09-21 14:28 | obones | Resolution | open => fixed |
2011-09-21 14:28 | obones | Assigned To | => obones |