Vcl.DBGrids.TDBGridColumns.SaveToStream

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SaveToStream(S: TStream);

C++

void __fastcall SaveToStream(System::Classes::TStream* S);

Properties

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

Description

Writes a stream with the name passed in Stream with the contents of the TDBGridColumns object.

Use the SaveToStream method to stream out TDBGridColumns data.

See Also