Click or drag to resize

CommandButton.WriteMethod 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 WriteMethod(
	cMethodName AS STRING,
	cMethodText AS STRING,
	lCreateMethod AS LOGIC,
	nVisibility AS LONG,
	cDescription AS STRING
) AS VOID
Request Example View Source

Parameters

cMethodName
Type: String
cMethodText
Type: String
lCreateMethod
Type: Logic
nVisibility
Type: Long
cDescription
Type: String

Implements

WriteMethod(String, String, Logic, Long, String)
See Also