Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Dimitrov

  1. Dimitrov

    Draw Grid Question

    Hey guys, thank you all, I got what I need. I want to apologize about the stupid questions, but I've worked with Pascal most, I have only the basics of Delphi.
  2. Dimitrov

    Draw Grid Question

    Well, to be more descriptive, let's say I want to make something like MapEditor. Look at this code with StringDrid: procedure TForm1.StringGrid1SelectCell(Sender: TObject; ACol, ARow: Integer; var CanSelect: Boolean); begin StringGrid1.Cells[acol,arow]:='a'; end; I want to have the same...
  3. Dimitrov

    Draw Grid Question

    Well I've got to explain what is all about. I want to represent a twodimensional array of char via Drawgrid. For each symbol I have an icon that should be displayed instead of the symbol. So I need an empty draw grid in the beginning and when a cell is selected, the proper icon to be showed, but...
  4. Dimitrov

    Draw Grid Question

    Well, I really mean to be displayed. This code is helpful, but when I click another cell the image in the previous cell disappears. And I don't want it, I need the image to be there. Can I avoid it somehow?
  5. Dimitrov

    Draw Grid Question

    Hi, I want when a user sellects a cell of a draw grid an icon to be loaded into that cell. Can you help me how to do that?

Part and Inventory Search

Back
Top