Frequently Asked Component Specific Questions

Options

Display all FAQ items

Search FAQ items:


Displaying items 1 to 1 of 1, page 1 of 1

<< previous next >>

TTreeList
Programmatically adding items with column values

You use the separator between values of different columns, i.e.:
var
  tn: TTreeNode;
begin
  tn.Text := ''Column 1 value''+TreeList1.Separator+''Column 2 Value'' ....
end;