Click or drag to resize

Image.WriteExpression Method

X#

Note: This API is now obsolete.

Namespace:  XSharp.VFP.UI
Assembly:  XSharp.VFP.UI (in XSharp.VFP.UI.dll) Version: 2.21
Syntax
[ObsoleteAttribute]
 VIRTUAL METHOD WriteExpression(
	cPropertyName AS STRING,
	cExpression AS STRING
) AS STRING
Request Example View Source

Parameters

cPropertyName
Type: String
cExpression
Type: String

Return Value

Type: String

Implements

WriteExpression(String, String)
See Also