GxMotdet: GetIntProperty

GetIntProperty

This method gets an integer property of the GxMotdet module.



 Public Function GetIntProperty(
	  ByVal name As String,
	  ByRef value As Long ) As Long

Parameters

name
Name of the property. See the Properties of the GxMotdet module section in this document.
value
The current value of the property.

Return Values

On error false (0) is returned and the error code/string in the GX system is set appropriately.

Languages

[Visual Basic] Public Function GetIntProperty(ByVal name As String, ByRef value As Long) As Long

[Delphi] function GetIntProperty(name : WideString; var value : Integer) : Integer;

[C++] long GetIntProperty(LPCTSTR name, long* value);

Remarks

See Also

Class GxMotdet Overview GxMotdet Properties GxMotdet Methods GetImageSource GetSourceHandle