View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002216 | JEDI VCL | 00 JVCL Components | public | 2004-10-12 13:03 | 2004-10-12 14:47 |
| Reporter | Simes | Assigned To | user72 | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | 3.00 BETA 2 | ||||
| Target Version | Fixed in Version | 3.00 RC 1 | |||
| Summary | 0002216: TJvEditor doesn't set modified flag if Lines.Text is set | ||||
| Description | Setting the value of JvEditor.Lines.Text doesn't cause the Modified flag to be set. Similarly when assigning JvEditor.Lines.Assign(TStrings). | ||||
| Additional Information | procedure TForm1.Button1Click(Sender: TObject); var JvEditor: TJvEditor; begin JvEditor := TJvEditor.Create(Self); try JvEditor.Lines.Text := 'Some text'; if JvEditor.Modified then Caption := 'Changed' else Caption := 'NOT Changed'; finally JvEditor.Free; end; end; | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2004-10-12 13:03 | Simes | New Issue | |
| 2004-10-12 14:47 |
|
Status | new => resolved |
| 2004-10-12 14:47 |
|
Resolution | open => fixed |
| 2004-10-12 14:47 |
|
Assigned To | => user72 |
| 2004-10-12 14:47 |
|
Note Added: 0005367 |