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