Next Topic

Previous Topic

Book Contents

GetProperty

bool,string GetProperty(string sPropertyName,string sReturnValue);

Return values

Returns true and a value in a string if successful, false and an empty string if the function failed. More detailed information about the error can be retrieved by called GetError().

Parameters

  • sPropertyName - Name of the property to retrieve.
  • sReturnValue - Defined string receiving the return value. The return value is always a string, even if the property type is for example an integer or a real number.

Remarks

Retrieves a property value in the current result. To retrieve the next value of the same property call the NextInstance() function. If NextInstance() returns false, there are no more values.