View Issue Details

IDProjectCategoryView StatusLast Update
0006267JEDI VCL00 JVCL Componentspublic2014-03-23 10:12
Reporterleo_burnsAssigned To 
PrioritynormalSeveritycrashReproducibilityalways
Status closedResolutionfixed 
Product Version3.47 
Target VersionFixed in Version 
Summary0006267: TJvRichEditToHtml - Abstract Error calling procedure ConvertToHtml
DescriptionI 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)
TagsNo tags attached.

Activities

leo_burns

2014-03-23 03:48

reporter   ~0020930

My bad ....

I was passing a Tstrings as parameter insted of a TstringList ...

Sorry !!!

Issue History

Date Modified Username Field Change
2014-03-23 03:38 leo_burns New Issue
2014-03-23 03:48 leo_burns Note Added: 0020930
2014-03-23 10:12 AHUser Status new => closed
2014-03-23 10:12 AHUser Resolution open => fixed