Form.PSet Method | |
Namespace:
XSharp.VFP.UI
Assembly:
XSharp.VFP.UI (in XSharp.VFP.UI.dll) Version: 2.21
Syntax VIRTUAL METHOD PSet(
nXCoord,
nYCoord
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual PSet(
Usual nXCoord = default,
Usual nYCoord = default
)
Request Example
View SourceParameters
- nXCoord (Optional)
- Type: Usual
- nYCoord (Optional)
- Type: Usual
Return Value
Type:
UsualSee Also