Vcl.DBGrids.TDBGridColumns.SaveToFile

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SaveToFile(const Filename: string);

C++

void __fastcall SaveToFile(const System::UnicodeString Filename);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.DbGrids.pas
Vcl.DBGrids.hpp
Vcl.DBGrids TDBGridColumns

Description

Saves the TDBGridColumns object to the file specified in FileName.

Use the SaveToFile method to store TDBGridColumns data to a file.

See Also