[Overview][Types][Procedures and functions][Index] Reference for unit 'fonctions_components' (#lazfonctions)

ExportGridTo

Declaration

Source position: fonctions_components.pas line 42

procedure ExportGridTo(

  const AFieldMethod: TFieldMethod;

  const Afile: TStringList;

  const AGrid: TCustomDBGrid;

  const As_beginLine: String;

  const as_endLine: String;

  const as_beginCell: String;

  const as_endCell: String;

  const as_separator: String;

  const As_beginHeader: String;

  const As_EndHeader: String;

  const As_beginText: String;

  const As_EndText: String;

  const ab_header: Boolean = false

);