View Issue Details

IDProjectCategoryView StatusLast Update
0005654JEDI VCL04 Feature Requestpublic2011-09-21 14:28
ReporterRHoekAssigned Toobones 
PrioritynormalSeverityfeatureReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.40 
Target VersionFixed in Version3.45 
Summary0005654: Introduce the 'DeleteValue' routine of TJvCustomAppStorage at TJvFormPlacement level
DescriptionWhen 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 Informationprocedure TJvFormPlacement.DeleteValue(const Ident: string);
begin
  if Assigned(AppStorage) and (Ident <> '') then
    AppStorage.DeleteValue(AppStorage.ConcatPaths([AppStoragePath,
      AppStorage.TranslatePropertyName(Self, Ident, False)]) );
end;
TagsNo tags attached.

Activities

2011-09-20 09:46

 

JvFormPlacement.pas (43,793 bytes)

RHoek

2011-09-20 09:47

reporter   ~0018898

Attached the modified 'JvFormPlacement.pas' (based on version 3.40)

obones

2011-09-21 14:28

administrator   ~0018957

This is now in SVN

Issue History

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