SaveDS method
Builder Syntax |
int __fastcall SaveDS(System::AnsiString sFilename, Word nFlags); |
Delphi Syntax |
|
Overview |
Refer to Working with Data Sets. |
Remarks
Saves the Data Set to the specified file.
If the Data Set was loaded from a file, the file characteristics were included from the file. If you wish to use these same characteristics, save the Data Set with nFlags set to 0.
If you wish to specify the file characteristics for saving the file, set the characteristics using the possible values listed for nFlags.
See Also
Elements: |