ReportRow & ReportRecord |
Post Reply |
Author | |
mehran20
Newbie Joined: 10 September 2005 Location: Iran Status: Offline Points: 9 |
Post Options
Thanks(0)
Posted: 01 October 2005 at 10:47am |
Well, I tried but I could not find anything to show me the difference between CXTPReportRecord and CXTPReportRow. When should I use Record and when should I use Row? Thanks, |
|
sserge
Moderator Group Joined: 01 December 2004 Status: Offline Points: 1297 |
Post Options
Thanks(0)
|
Hi Mehran,
Briefly, Record is a bunch of data stored by the Report control. Some data pieces (items) could be quite large, so Record objects do not "run" across the memory. Its main responsibility is to maintain the data inside. Row is a piece of visual interface. It processes record drawing, user mouse and keyboard events. Rows could be rebuilt frequently inside the Report control depending on currently specified Grouping, Sorting, Hiding and other options. Each regular row has an associated Record. But there are other kinds of rows -- for example Group Rows. They implement another specific behavior. So if you'd like simply access the data inside the Report control -- you should work with Records. -- WBR, Serge |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |