SingleLineEdit.CreateFormattedString Method (Typed) | |
Create formatted text according to the parameters provided.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD CreateFormattedString(
cPicture,
cType,
cDefTempl
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual CreateFormattedString(
Usual cPicture = default,
Usual cType = default,
Usual cDefTempl = default
)
Request Example
View SourceParameters
- cPicture (Optional)
- Type: Usual
The picture clause as a string. - cType (Optional)
- Type: Usual
The unique ID of the single-line edit control (between 1 and 8000). - cDefTempl (Optional)
- Type: Usual
The origin of the single-line edit control in canvas coordinates.
Return Value
Type:
UsualRemarks
This method allows the developer to create formatted text in a way other than by using the internal class __FormattedString and prevents the need for using an internal class to do a direct assignment.
See Also