ImageEn, unit ievision

TIEVisionPropertyTree.getString

TIEVisionPropertyTree.getString


Declaration

function getString(keypath: PAnsiChar): TIEVisionString; safecall;


Description

Retrieve the value of the specified key. The value must be of TIEVisionString interface type.
A key path is a list of words separated by periods (ie: "image.property.caption").

Parameter Description
keypath Path of the key to get


Example

ShowMessage( AnsiString( propertytree1.getString('image.property.caption').c_str() ) );