SysLink Constructor | |
Construct a SysLink control.
Important! This method is used internally by X#. Normally, it should not be called in your application code.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
oOwner,
xID,
oPoint,
oDimension,
cText,
lDataAware
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public SysLink(
Usual oOwner = default,
Usual xID = default,
Usual oPoint = default,
Usual oDimension = default,
Usual cText = default,
Usual lDataAware = default
)
Request Example
View SourceParameters
- oOwner (Optional)
- Type: Usual
The window that owns the SysLink control. - xID (Optional)
- Type: Usual
The unique ID between 1 and 8000 of the SysLink control. - oPoint (Optional)
- Type: Usual
The Point object that locates the control. - oDimension (Optional)
- Type: Usual
The Dimension that sets the size of the control. - cText (Optional)
- Type: Usual
The text (including HTML tags) to be displayed. - lDataAware (Optional)
- Type: Usual
TRUE sets the control to be Data-Aware, FALSE sets this off. The Default is TRUE.
See Also