Link to home
Start Free TrialLog in
Avatar of lmcmilli
lmcmilli

asked on

Grids or StringList in Delphi 6

I am not quite sure were this issue falls but here goes.

I am need a component with simaliar features to a grid but there are no real columns.  I trying to build an item that has four lines within 1 row.  There could be as many as 1000 rows in the item.  Inside each row are identical information.  for instance:

Name:  John Doe      Date of Dirth:   01/01/2000    Dropdown1:  list of items   Dropdown2: listofitems
Edit1: text     Edit2: text       Edit3:  text            edit4:  long text       edit5 text
Edit6: text               Edit7: text               Edit8: text                    edit9:   text
Comments:  Really long text

As you can see here is were the sort of grid comes in, but none of the fields will line up.  I would like to be able to address this like:  item[4].edit1.text := 'Some Text';  and so on.  

Thanks in advance.
ASKER CERTIFIED SOLUTION
Avatar of mokule
mokule
Flag of Poland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial