TdxCustomGanttControl.LoadFromStream(TStream) Method
Loads a Gantt chart from the specified stream.
Declaration
procedure LoadFromStream(const AStream: TStream); overload;
Parameters
| Name | Type |
|---|---|
| AStream | TStream |
Remarks
Call this procedure to import a Gantt chart from the stream passed as the AStream parameter. To export the chart, call the SaveToStream procedure.
See Also