ImageEn, unit ievision

TIEVisionPropertyTree.putInt32

TIEVisionPropertyTree.putInt32


Declaration

procedure putInt32(keypath: PAnsiChar; value: int32_t); safecall;


Description

Add an integer (32 bit) to the property tree, using the specified key path.
A key path is a list of words separated by periods (ie: "image.size.width").

Parameter Description
keypath Path of the key to put
value Value to put


Example

propertytree1.putInt32('image.size.width', 640);