TdxGanttControlDataModel.SaveToStream(TStream) Method
In This Article
Saves a Gantt chart to the specified stream.
#Declaration
Delphi
procedure SaveToStream(const AStream: TStream);
#Parameters
Name | Type |
---|---|
AStream | TStream |
#Remarks
Call this procedure to export a Gantt chart to the stream passed as the AStream parameter. To import the chart, call the LoadFromStream procedure.
See Also