RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBGridColumns.LoadFromStream Method

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

Pascal
procedure LoadFromStream(S: TStream);
C++
__fastcall LoadFromStream(TStream S);

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!