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

TCustomStringGrid.SaveToCSVFile

Declaration

Source position: grids.pas line 1576

public procedure TCustomStringGrid.SaveToCSVFile(

  AFileName: string;

  ADelimiter: Char = ',';

  WithHeader: Boolean = True;

  VisibleColumnsOnly: Boolean = False

);