I want to create a simple "sheet" which contains static information and does not use any events, like
Name Hobby Age
Jim Tennis 35 y
John Golf 42 y
Sue Basejump 40 y
If I understand Grid and List-view correct there is no chance to define these data in ODCL. It has to be defined in LSP - right?
For Grid and List View, yes, I believe the data must be added at runtime. For List Box you can define data at design time (via the List property).
Hi, Peter, for static data I'd prefer listviews. From my point of view there are easier to handle for these cases. And grids do not support multiple row selections.
Regards, Fred