TdxCustomGanttControl.SaveToStream(TStream) Method
Saves a Gantt chart to the specified stream.
#Declaration
procedure SaveToStream(const AStream: TStream); overload;
#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.