You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
must be a stupid mistake, but why does this code generate an access violation?
procedure Tsettings.Button1Click(Sender: TObject); var test : TApdSapiEngine; begin test:=TApdSapiEngine.create(nil); showmessage(inttostr(test.ssvoices.count)); end;