我必须使用拉撒路的记录(由于TVirtualStringTree)。
如果我有一个简单的记录:
type
myrec = record
name: string;
end;有没有办法通过引用来访问这个字段?例如,制作一个函数:
getField('name', searchRecord);或者有没有一种方法可以遍历字段名?
发布于 2014-07-03 14:33:11
我的客人你可以使用JSON在lazarus上有fpjson单元
http://freepascal.org/docs-html/fcl/fpjson/index.html
https://stackoverflow.com/questions/23929565
复制相似问题