TIEVisionPropertyTree.load
Declaration
procedure load(stream: TIEVisionStream; format: TIEVisionPropertyTreeFormat = ievXML); overload; safecall;
procedure load(filename: PAnsiChar; format: TIEVisionPropertyTreeFormat = ievXML); overload; safecall;
Description
Load a property tree from file or stream, using the specified format.
Parameter | Description |
stream | Stream to read |
format | Format of the input |
filename | Filename to read |
See Also
◼save