Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我必须在 Lazarus 中使用记录(由于 TVirtualStringTree)。
如果我有一个简单的记录:
type myrec = record name: string; end;
有没有办法通过引用访问该字段?即做一个功能:
getField('name', searchRecord);
或者有没有办法迭代字段名?
我来宾,您可以在 lazarus 上使用 JSON theres fpjson 单元
http://freepascal.org/docs-html/fcl/fpjson/index.html