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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. DecHam29

    Detect when mouse clicked outside displayed rows

    Great! Preliminary test indicates that your suggestion dose what I want. Thank you very much as Wolf Blitzer would say. Vern of Indiana
  2. DecHam29

    Detect when mouse clicked outside displayed rows

    As you suggest that can be done. But, to me, it's rather involved. I was hoping that the code I attached would have info to help or some other code example. Thank you for you concern. Vern
  3. DecHam29

    Detect when mouse clicked outside displayed rows

    I have a Tmemo component that can display 10 rows with the current font. There are currently 5 rows assigned, i,e Memo.lines.count -1 = 4. Is there a way to detect when a row is clicked that is greater than the last assigned/displayed row. Example: If I click it the area of row 7, the function...
  4. DecHam29

    Save TColor values to a file & Load same

    On Termination of my program I save my selected TColor's in hex form. When I 'f.LoadFromFile('xx.txt')' those TColor's, I convert them thusly: 'I1Color := HexToTColor(f[i]);'. I1Color is type TColor. Upon using the I1Color I get something quite different in color. Clear? I hope... Thank you, Vern

Part and Inventory Search

Back
Top