| Unit: |
SDL_rchart |
| Class: |
TSmithChart |
| Declaration: |
procedure SaveData (FName: string); |
The method SaveData saves the contents of the data container into a binary file which may be reloaded by the method LoadData. Using SaveData provides therefore a way to store some common graphics on disk and reloading it into the chart at a later point.
| Hint: |
You should not rely on this method to store data over longer periods of time, since the internal format of the file may change with future releases of TSmithChart. |
|