SetRichTextAlign method (DataWindows)
Description
Sets the alignment
value to use while editing columns with the RichText edit style.
Controls
DataWindow control
Syntax
1 |
Integer <span>dwcontrol</span>.<span>SetRichTextAlign</span> ( Alignment <span>sAlign</span> ) |
Argument |
Description |
---|---|
dwcontrol |
A reference to the DataWindow control |
sAlign |
Value for specifying the alignment that
|
Return Values
Returns 0 if it succeeds and –1 if an error occurs.
If the argument’s value is null, SetRichTextAlign returns
null.
-
0 Success
-
-1 No RichText column is being edited
Usage
You can call this method from a button in a custom toolbar
that you use to set display characteristics of columns with the
RichText edit style.
Examples
This example sets the alignment value for editing
columns that have a RichText edit style:
1 |
Integer ll_temp |
1 |
Alignment l_align |
1 |
l_align = Right! |
1 |
ll_temp = dw_1.SetRichTextAlign(l_align) |
See Also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments