TiPlotComponent.Save
TiPlotComponent See Also
Prompts the user to save an image of the plot in an enhanced metafile format.
procedure Save;
Description
Use Save to prompt the user to save an image of the plot in an enhanced
metafile format. Calling this method is the same as the user clicking the save button
on the toolbar. If the user cancels the dialog, the image will not be saved.
Example
Delphi
iComponent.Save;
C++ Builder
iComponent->Save();
Contents | Index | Previous | Next