TMS WEB Core + TTMSFNCStringGrid

When I'm using TTMSFNCStringGrid with TMS WEB Core, I can use

procedure LoadFromCSV(FileName: string;  MaxRows: Integer = -1); overload;
procedure InsertFromCSV(FileName: String; MaxRows: Integer = -1); overload;
procedure LoadFromCSV(FileName: string; Encoding: TEncoding; MaxRows: Integer = -1); overload;
procedure InsertFromCSV(FileName: String; Encoding: TEncoding; MaxRows: Integer = -1); overload;

but is there not any SaveToCSV or better any SaveToStream/LoadFromStream functionality?

Hi,

Save functionality is currently disabled. We'll look into the capabilities of saving to a CSV file.