Hey, im writing a dictionary in Delphi, and i dont know how to solve 1 problem. How to make Delphi display an explanation for the selected word from the word list? :confused:
cheburaska 0 Newbie Poster
Recommended Answers
Jump to PostTheres a lot of potential answers for this, how hae you stored your words vs defintiions? which version of delphi are you using?, how much experience do you have? and what have you read about and dismissed so far (and why was it dismissed)?
Jump to PostYou didnt entirely answer the question about how your dictionary was laid out, you said you stored words in a txt file, how? wheres the description?
A better answer by the sounds of it would have been a database. However, if you take a look at stringlist you'll see …
Jump to Poststring list will do that for you if you do it right.. Hold both the word and the description..
Jump to PostWell. Take a look at stringlist - theres enough examples.
Jump to PostA Stringlist is a class of Tstring. It contains a list of strings that can be accessed and managed through the various methods (add, delete, find etc..) It also allows you to separate each string using a NameValueSeparator. The character assigned to this property is used to separate any of …
All 17 Replies
LizR 171 Posting Virtuoso
cheburaska 0 Newbie Poster
cheburaska 0 Newbie Poster
LizR 171 Posting Virtuoso
cheburaska 0 Newbie Poster
LizR 171 Posting Virtuoso
cheburaska 0 Newbie Poster
LizR 171 Posting Virtuoso
cheburaska 0 Newbie Poster
LizR 171 Posting Virtuoso
cheburaska 0 Newbie Poster
LizR 171 Posting Virtuoso
cheburaska 0 Newbie Poster
jsosnowski 1 Junior Poster in Training
cheburaska 0 Newbie Poster
LizR 171 Posting Virtuoso
ooisootuck 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.