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

TCustomStringGrid.SaveToCSVStream

Declaration

Source position: grids.pas line 1601

public procedure TCustomStringGrid.SaveToCSVStream(

  AStream: TStream;

  ADelimiter: Char = ',';

  WithHeader: Boolean = True;

  VisibleColumnsOnly: Boolean = False

);