FixedText Constructor | |
Construct a FixedText object.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
oOwner,
xID,
oPoint,
oDimension,
cText,
lDataAware
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public FixedText(
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 FixedText object. - xID (Optional)
- Type: Usual
The unique ID of the FixedText object. - oPoint (Optional)
- Type: Usual
The origin of the FixedText object in canvas coordinates. - oDimension (Optional)
- Type: Usual
The dimension of the FixedText object in canvas coordinates. - cText (Optional)
- Type: Usual
The informational text to be printed in the FixedText object. The default is NULL_STRING. - lDataAware (Optional)
- Type: Usual
A logical value specifying whether the FixedText object is data aware.
See Also