PrApi: GetProperty

GetProperty

Gets the text value of a property of the prapi module.

 Public Function GetProperty(
	  ByVal Name As String,
	  ByRef value As String ) As Boolean

Parameters

Name
Name of the property. See the PrApi Reference Manual for detailed information about the available properties of the prapi module.
value
The current text value of the property.

Return Values

On error false is returned and the error code and string of the control is set appropriately.

Languages

[Visual Basic] Public Function GetProperty(ByVal Name As String, ByRef value As String) As Boolean

[Delphi] function GetProperty(const name: WideString; var value: WideString): Boolean;

[C++] bool GetProperty(BSTR name, BSTR* value);

Remarks

See Also

Class PrApi Overview PrApi Properties PrApi Methods GetOcrV GetRfidCard