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 Wanet Telecoms Ltd 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: dktekno
  • Content: Threads
  • Order by date
  1. dktekno

    How do I make an HTML WYSIWYG editor?

    I want to make a program like Frontpage Express or like many of the other programs out there where you can make HTML pages in What You See Is What You Get. How do I do so in Delphi? And what components do I have to download (free components of course).
  2. dktekno

    Problems using FindComponent

    I wrote this code: TButton.Create(self).Name := 'Button1'; with TButton(FindComponent('Button1')) do begin top := 88; left := 88; height := 88; width := 88; Parent := somepanel; end; It works fine. It shows my newly created Button1. But when I do the following: TButton.Create(self).Name :=...

Part and Inventory Search

Back
Top