Used to assign nested table data to TOraNestedTable.
property Table: TOraNestTable;
Use the Table property to assign nested table data to TOraNestedTable. After assigning you can call the Open method to browse the nested table data.
OraNestedTable1.Table := OraSQL1.ParamByName('Content').AsTable;
OraNestedTable1.Open;