Back to Devexpress

TdxPDFForm.LoadDataFromStream(TStream) Method

vcl-dxpdfform-dot-tdxpdfform-dot-loaddatafromstream-x28-system-dot-classes-dot-tstream-x29.md

latest1003 B
Original Source

TdxPDFForm.LoadDataFromStream(TStream) Method

Loads interactive field values from a specified stream.

Declaration

delphi
procedure LoadDataFromStream(AStream: TStream);

Parameters

NameTypeDescription
AStreamTStream

A source stream with interactive field values.

|

Remarks

This procedure automatically detects the data format of the specified stream.

Note

A LoadDataFromStream procedure call raises the PDF document container’s OnChanged event if one or more field values change. The procedure ignores all source file fields that do not correspond to existing fields in the document.

See Also

TdxPDFForm Class

TdxPDFForm Members

dxPDFForm Unit