Click or drag to resize

Empty._AddProperty Method

X#

Namespace:  XSharp.VFP
Assembly:  XSharp.VFP (in XSharp.VFP.dll) Version: 2.19
Syntax
 METHOD _AddProperty(
	cPropertyName AS STRING,
	uValue AS USUAL,
	nVisibility AS LONG,
	 cDescription AS STRING
) AS LOGIC
Request Example View Source

Parameters

cPropertyName
Type: String
uValue
Type: Usual
nVisibility
Type: Long
cDescription
Type: String

Return Value

Type: Logic

Implements

_AddProperty(String, Usual, Long, String)
See Also