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

TCustomStringGrid.SaveToCSVFile

Declaration

Source position: grids.pas line 1575

public procedure TCustomStringGrid.SaveToCSVFile(

  AFileName: ;

  ADelimiter: Char = ',';

  WithHeader: Boolean = True;

  VisibleColumnsOnly: Boolean = False

);