TIEVisionPropertyTree.putDouble
Declaration
procedure putDouble(keypath: PAnsiChar; value: double); safecall;
Description
Add a double (64 bit floating point) to the property tree, using the specified key path.
A key path is a list of words separated by periods (ie: "image.property.EXIF_FNumber").
Parameter | Description |
keypath | Path of the key to put |
value | Value to put |
propertytree.putDouble('image.property.EXIF_FNumber', 2.8);