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);
または、フィールド名を反復処理する方法はありますか?
i ゲストは、lazarus で JSON theres fpjson ユニットを使用できます
http://freepascal.org/docs-html/fcl/fpjson/index.html