RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBGridColumns.LoadFromFile Method

Reads the file specified in FileName and loads the data into the TDBGridColumns object.

Pascal
procedure LoadFromFile(const Filename: string);
C++
__fastcall LoadFromFile(const AnsiString Filename);

Use the LoadFromFile method to retrieve grid columns data from a file and load into a TDBGridColumns object. The file must be created by calling the SaveToFile method of a TDBGridColumns object. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!