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!

Search results for query: *

  • Users: damichab
  • Content: Threads
  • Order by date
  1. damichab

    TMemo "No parent window" problem

    Hi, I have a normal TForm derived class (normal Builder stuff... a dfm, cpp and h files) that contains a TPanel suitably named 'Panel' and within its constructor I have the following lines of code: mem =new TMemo(Panel); mem->Parent=Panel; mem->Lines->Strings[0]="testing"; mem...
  2. damichab

    drop down list in inspector

    Hi, Have a problem, have been thrown into the deep end with borland C++ builder. The boss wants an AnsiString drop down list to appear in the object inspector and I do not know how to achieve this. Have worked out how to put a single AnsiString into it and this is what I have so far for the...

Part and Inventory Search

Back
Top