[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'Grids' (#lcl)

TCustomStringGrid.SaveToCSVStream

Declaration

Source position: grids.pas line 1636

public procedure TCustomStringGrid.SaveToCSVStream(

  AStream: TStream;

  ADelimiter: Char = ',';

  WriteTitles: Boolean = True;

  VisibleColumnsOnly: Boolean = False

);