PropertyContainer.Add Method | |
Namespace:
XSharp.VFP
Assembly:
XSharp.VFP (in XSharp.VFP.dll) Version: 2.19
Syntax METHOD Add(
cName AS STRING,
uValue AS USUAL,
nVisibility AS USUAL,
cDescription AS USUAL
) AS PropertyDescriptor
public PropertyDescriptor Add(
string cName,
Usual uValue,
Usual nVisibility,
Usual cDescription
)
Request Example
View SourceParameters
- cName
- Type: String
- uValue
- Type: Usual
- nVisibility
- Type: Usual
- cDescription
- Type: Usual
Return Value
Type:
PropertyDescriptorSee Also