View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0006267 | JEDI VCL | 00 JVCL Components | public | 2014-03-23 03:38 | 2014-03-23 10:12 |
| Reporter | leo_burns | Assigned To | |||
| Priority | normal | Severity | crash | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 3.47 | ||||
| Target Version | Fixed in Version | ||||
| Summary | 0006267: TJvRichEditToHtml - Abstract Error calling procedure ConvertToHtml | ||||
| Description | I get Abstract Error Everytime I try to run this simple code: procedure TForm1.btn2Click(Sender: TObject); var html : TStrings; begin html := TStrings.Create; jvRedtHTML1.ConvertToHtmlStrings(jvredt1,html); html.Free; end; I´m running Rad Studio XE3 . Any tips ? First chance exception at $767DC41F. Exception class EAbstractError with message 'Abstract Error'. Process Project1.exe (4344) | ||||
| Tags | No tags attached. | ||||