TdxPDFForm.LoadDataFromStream(TStream) Method
In This Article
Loads interactive field values from a specified stream.
#Declaration
Delphi
procedure LoadDataFromStream(AStream: TStream);
#Parameters
Name | Type | Description |
---|---|---|
AStream | TStream | A source stream with interactive field values. |
#Remarks
This procedure automatically detects the data format of the specified stream.
Note
A Load
See Also