This component has an extension named "ObjectToRecordList". Inside this extension, there is a single method:
This method receives an Object (RecordList parameter, that can be a record list or a record).
It outputs the list of fields and data of the read object.
The optional parameter "TableChar" can be used with databases where the '_' * (underscore) should be translated to another character, as a dash '-' or other. It's an optional replace for the underscore char.