Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 11/13/22 in all areas

  1. Angus Robertson

    TSuperObjectIter ObjectFindFirst problem

    If you build the OverbyteIcsHttpRestTst sample application and access your JSON URL, you'll see the sample parses the JSON into a ListView, you can click on an object and it will expand that into another window, mostly done in the DisplayJson procedure using SuperObject DataType. Angus
  2. Use one of the functions: function ObjectIsType(const obj: ISuperObject; typ: TSuperType): boolean; function ObjectGetType(const obj: ISuperObject): TSuperType;
×