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 |
propertytree.erase('image.size.width');