Click or drag to resize

IVFPObject.WriteMethod Method

X#

Namespace:  XSharp.VFP.UI
Assembly:  XSharp.VFP.UI (in XSharp.VFP.UI.dll) Version: 2.21
Syntax
METHOD WriteMethod(
	cMethodName AS STRING,
	cMethodText AS STRING,
	lCreateMethod AS LOGIC,
	nVisibility AS LONG,
	cDescription AS STRING
) AS VOID

Parameters

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