Registriert seit: 7. Jan 2006
Ort: Pulheim Brauweiler
464 Beiträge
Delphi 2010 Professional
|
Re: Get count of members in record
10. Jan 2010, 12:35
Hi,
if it's all string data ? why not use a dictionary instead of a record:
Use a tStringlist and add values like "ProcessorName=Intel Core2"
regards
|