ImageEn, unit ievision

TIEVisionPropertyTree.erase

TIEVisionPropertyTree.erase

Declaration

procedure erase(keypath: PAnsiChar); safecall;

Description

Remove the specified key.
A key path is a list of words separated by periods (ie: "image.size.width").
Parameter Description
keypath Path of the key to erase

Example

propertytree.erase('image.size.width');