ImageEn, unit ievision

TIEVisionPropertyTree.getInt32

TIEVisionPropertyTree.getInt32

Declaration

function getInt32(keypath: PAnsiChar): int32_t; safecall;

Description

Retrieve the value of the specified key. The value must be an integer (32 bit).
A key path is a list of words separated by periods (ie: "image.size.width").
Parameter Description
keypath Path of the key to get

Example

width := propertytree1.getInt32('image.size.width');