Empty._AddProperty Method | |
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
public bool _AddProperty(
string cPropertyName,
Usual uValue,
int nVisibility,
[DefaultParameterValueAttribute("", 0)] string cDescription
)
Request Example
View SourceParameters
- cPropertyName
- Type: String
- uValue
- Type: Usual
- nVisibility
- Type: Long
- cDescription
- Type: String
Return Value
Type:
LogicImplements
_AddProperty(String, Usual, Long, String)See Also