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 >>

TAdvStringGrid
How to set hints on images in the grid

A possible way to do this is:
begin
  advstringgrid1.GridImages := ImageList1;
  advstringgrid1.ShowHint := true;
  advstringgrid1.AnchorHint := true;
  advstringgrid1.Cells[1,1] := '';
end;