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 dencom 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: *

  • Users: DecHam29
  • Content: Threads
  • Order by date
  1. 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...
  2. 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