Custom.AddProperty Method | |
Namespace:
XSharp.VFP
Assembly:
XSharp.VFP (in XSharp.VFP.dll) Version: 2.19
Syntax METHOD AddProperty(
cPropertyName,
uValue,
nVisibility,
cDescription
) AS LOGIC CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public bool AddProperty(
Usual cPropertyName = default,
Usual uValue = default,
Usual nVisibility = default,
Usual cDescription = default
)
Request Example
View SourceParameters
- cPropertyName (Optional)
- Type: Usual
- uValue (Optional)
- Type: Usual
- nVisibility (Optional)
- Type: Usual
- cDescription (Optional)
- Type: Usual
Return Value
Type:
LogicSee Also