Convert values to stringlist.
Source position: db.pas line 283
| public procedure TLookupList.ValuesToStrings( | 
| AStrings: TStrings | 
| ); | 
| AStrings | 
 | Stringlist to put values in. | 
ValuesToStrings converts the list of values to a stringlist, so they can be used e.g. in a drop-down list.
| 
 | Look up value based on a key. |