Click or drag to resize

PropertyDescriptor Constructor

X#
Initializes a new instance of the PropertyDescriptor class

Namespace:  XSharp.VFP
Assembly:  XSharp.VFP (in XSharp.VFP.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	cName AS STRING,
	nVis AS PropertyVisibility,
	cDesc AS STRING
)
Request Example View Source

Parameters

cName
Type: String
nVis
Type: PropertyVisibility
cDesc
Type: String
See Also