The following commands support 4D Write Pro form objects:
Command | Comments |
|
/ |
/ |
/ |
/ |
/ |
/ |
/ |
/ | |
/ | |
/ |
/ | Applied to current selection (if any) |
/ | Applied to current selection (if any) |
/ | Applied to current selection (if any) |
/ | Applied to current selection (if any). Support of the wk justify constant for 4D Write Pro areas |
/ |
| Applied to current selection (if any) |
/ | Applied to current selection (if any) |
|
/ | Vertical alignment of paragraphs: only has an effect when paragraph height is greater than paragraph text height |
/ |
| Returns true |
|
|
|
|
Any OBJECT commands not listed above are not applicable to 4D Write Pro areas.
You want to set the horizontal alignment of a 4D Write Pro area to the center:
Case of
:(Form event code=On Clicked)
OBJECT SET HORIZONTAL ALIGNMENT(*;"myObject";Align center)
hAlignLeft:=0
hAlignRight:=0
End case