delphi - Assign the contents of a blob field to combobox items -
I have a list of country names or other strings in the TextBab field. When I read the fields, Returns a string with LfCr between Is there an easy way to assign this string to the item for the property of TComboBox ? I am using TADOQuery on a FireBird 2.1 database.
Regards, Peter
If you have found LFCR between phrases Simply specify the string for the property, which is a string that takes a string and divides it into individual items on line breaks.
Comments
Post a Comment