Vcl.DBGrids.TDBGridColumns.LoadFromStream

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure LoadFromStream(S: TStream);

C++

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

Properties

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

Description

Reads grid columns data from a stream and stores the contents in the TDBGridColumns object.

Use the LoadFromStream method to read Stream and store the contents in the TDBGridColumns object. The stream should contain data previously saved using the SaveToStream method.

See Also