Back to Devexpress

TdxCustomGanttControl.LoadFromStream(TStream) Method

vcl-dxganttcontrol-dot-tdxcustomganttcontrol-dot-loadfromstream-x28-system-dot-classes-dot-tstream-x29.md

latest1010 B
Original Source

TdxCustomGanttControl.LoadFromStream(TStream) Method

Loads a Gantt chart from the specified stream.

Declaration

delphi
procedure LoadFromStream(const AStream: TStream); overload;

Parameters

NameType
AStreamTStream

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

TdxCustomGanttControl.LoadFromFile

TdxCustomGanttControl.SaveToFile

TdxCustomGanttControl Class

TdxCustomGanttControl Members

dxGanttControl Unit