View Issue Details

IDProjectCategoryView StatusLast Update
0004827JEDI VCL00 JVCL Componentspublic2009-06-28 18:35
ReporterZENsanAssigned Tojfudickar 
PrioritynormalSeverityblockReproducibilityalways
Status resolvedResolutionfixed 
Product VersionDaily / GIT 
Target VersionFixed in Version 
Summary0004827: In constructor of TJvMemoryData FDataSetClosed not set to property's default value!!!
DescriptionThis leades to impossibility to set this property to False in design mode.

constructor TJvMemoryData.Create(AOwner: TComponent);
begin
  inherited Create(AOwner);
  FRecordPos := -1;
  FLastID := Low(Integer);
  FAutoInc := 1;
  FRecords := TList.Create;
  FStatusName := STATUSNAME;
  FDeletedValues := TList.Create;
  FRowsOriginal := 0;
  FRowsChanged := 0;
  FRowsAffected := 0;
  FSaveLoadState := slsNone;
  FOneValueInArray := True;
  FDataSetClosed := False; !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
end;
Additional InformationYou had a three "?" in comment after that line... There is no question, this must be fixed.
TagsNo tags attached.

Activities

jfudickar

2009-06-28 18:35

developer   ~0015731

Revision 12350

Issue History

Date Modified Username Field Change
2009-06-17 11:08 ZENsan New Issue
2009-06-28 18:35 jfudickar Note Added: 0015731
2009-06-28 18:35 jfudickar Status new => resolved
2009-06-28 18:35 jfudickar Resolution open => fixed
2009-06-28 18:35 jfudickar Assigned To => jfudickar