FpsApi: GetProperty

GetProperty

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

 Public Function GetProperty(
	  ByVal Name As String ) As String

Parameters

Name
Name of the property. See the FPS Reference Manual for detailed information about the available properties of the fpsapi module.

Return Values

The current text value of the property.

Languages

[Visual Basic] Public Function GetProperty(ByVal Name As String) As String

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

[C++] BSTR GetProperty(BSTR name);

Remarks

See Also

Class FpsApi Overview FpsApi Properties FpsApi Methods GetImageSource GetSourceHandle