var pItem : TListItem; begin ... Item := List.Items.Add; pItem.ImageIndex := -1; pItem.Caption := IntToStr( iCounter ); pItem.SubItems.Add( s.Name ); pItem.SubItems.Add( IntToStr( iRowCount ) ); pItem.SubItems.Add( IntToStr( iRowCountSum ) );Output:
Microsoft AX 2012, X++, C#, SQL server, SSRS, Java, JavaFX, Oracle, PL/SQL, Delphi - codes examples, step-by-step tutorials, experiences.
Wednesday, March 7, 2018
DELPHI - How add item (with more columns) to TListView
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment