3

我必须在 Lazarus 中使用记录(由于 TVirtualStringTree)。

如果我有一个简单的记录:

type
  myrec = record
    name: string;
  end;

有没有办法通过引用访问该字段?即做一个功能:

getField('name', searchRecord);

或者有没有办法迭代字段名?

4

1 回答 1

0

我来宾,您可以在 lazarus 上使用 JSON theres fpjson 单元

http://freepascal.org/docs-html/fcl/fpjson/index.html

于 2014-07-03T06:33:11.307 回答