Custom.WriteExpression Method | |
Note: This API is now obsolete.
Namespace:
XSharp.VFP
Assembly:
XSharp.VFP (in XSharp.VFP.dll) Version: 2.19
Syntax [ObsoleteAttribute("This method is not supported in X#")]
VIRTUAL METHOD WriteExpression(
cPropertyName,
uValue
) AS LOGIC CLIPPER
[ObsoleteAttribute("This method is not supported in X#")]
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual bool WriteExpression(
Usual cPropertyName = default,
Usual uValue = default
)
Request Example
View SourceParameters
- cPropertyName (Optional)
- Type: Usual
- uValue (Optional)
- Type: Usual
Return Value
Type:
LogicSee Also