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 John Tel 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 flexterful

  1. flexterful

    TMemo.Strings vs TListBox.Items

    Thanks. Found it myself now. TListBoxStrings work with objects, while TMemoStrings - doesn't. Don't know what to do - simply use a ListBox or upgrade a Memo... However i think the problem is solved.
  2. flexterful

    TMemo.Strings vs TListBox.Items

    I'm trying to store an object among a TMemo line, required for my application localization. And I failed. Got a result with TListBox, but am still dreaming about TMemo. It is a bug or a feature?
  3. flexterful

    TMemo.Strings vs TListBox.Items

    Hi all. I'm new to this forum so if you may excuse me for my mistakes. I have written some lines of code : // Object to store a sting in TStrings.Objects TString = class(TObject) private fStr: String; public constructor Create(const AStr: String) ; property Str: String...

Part and Inventory Search

Back
Top