trichview.support
Re: Create a Table |
Author |
Message |
Phil |
Posted: 05/27/2004 12:01:31 Sorry, The problem didn't come from the table but form the initilization of my richview component. Thanks, Phil. "Phil" <[email protected]> wrote: > >Hi, >I try to create a table by code in a RichViewEdit component but when I try >to create my table by : > >procedure TfDossier.BtnCopieClick(Sender: TObject); >var > I, J, K : Integer; > table: TRVTableItemInfo; > r,c: Integer; >Begin > table := TRVTableItemInfo.CreateEx(AsgCompta.ColCount,AsgCompta.rowcount, >rvFax.RVData); > >I have an Access Violation message: >Project StarGest.exe raised exception class EAccessViolation with message >'Access violation at address 0077FCD7 in module 'StarGest.exe'. Read of address >00000578'. Process stopped. Use Step or Run to continue. > > >Do I need to allocate something before create my table or another thing ? |
Powered by ABC Amber Outlook Express Converter