View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004827 | JEDI VCL | 00 JVCL Components | public | 2009-06-17 11:08 | 2009-06-28 18:35 |
| Reporter | ZENsan | Assigned To | jfudickar | ||
| Priority | normal | Severity | block | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | Daily / GIT | ||||
| Target Version | Fixed in Version | ||||
| Summary | 0004827: In constructor of TJvMemoryData FDataSetClosed not set to property's default value!!! | ||||
| Description | This 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 Information | You had a three "?" in comment after that line... There is no question, this must be fixed. | ||||
| Tags | No tags attached. | ||||