BCB Mailing List

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[BCB] Access comma delineated data in TDBMEMO field in Database without using strtok




Since the listbox->Items property is really a TStringList couldn't you lose
the overhead of the visual component and just use a TStringList?

-----Original Message-----
From: owner-bcb@nospam.orionlink.net [mailto:owner-bcb@nospam.orionlink.net]On Behalf
Of Mike Louden
Sent: Friday, April 30, 1999 3:18 PM
To: bcb-list@nospam.orionlink.net
Subject: Re: [BCB] Access comma delineated data in TDBMEMO field in
Database without using strtok


I have used a dummy ListBox to make life easier.  The assignment loads up
the list box and then I can use the list box methods.  I would think a
variant of it would work for a TDBMEMO field as well

An example of how I have used it.
ListBox1->Items->CommaText = Memo2->Lines->Strings[0]

-- Mike


W Komornicki's Home Page | Main Index | Thread Index