ImageEn, unit ievision
TIEVisionPropertyTree
Declaration
TIEVisionPropertyTree = interface(
TIEVisionBase
)
Description
An interface to create a property tree.
A property tree contains several types of data (doubles, ints, other sub property trees, etc...) associating a key for each value.
Keys are structured as paths (ie. "image.size.width") separated by periods.
Methods and Properties
clear
erase
exists
getDouble
getInt32
getPropertyTree
getRect
getString
load
operatorASSIGN
operatorEQUAL
putDouble
putInt32
putPropertyTree
putRect
putString
save
size
sort
swap