Click or drag to resize

Grid._AddProperty Method

X#

Namespace:  XSharp.VFP.UI
Assembly:  XSharp.VFP.UI (in XSharp.VFP.UI.dll) Version: 2.21
Syntax
 VIRTUAL 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