Download Scripts Reference Manual

Transcript
OPTION
1.5 in;0;2.5 in
2 in;;2 in
(Empty)
DESCRIPTION
The fi rs t col umn i s 1.5 i nches , the s econd
col umn i s hi dden, a nd the thi rd col umn
i s 2.5 i nches .
The fi rs t col umn i s 2 i nches , the s econd
col umn i s 1 i nch (defa ul t), a nd the thi rd
col umn i s 2 i nches . As onl y ha l f of the
thi rd col umn i s vi s i bl e, a hori zonta l s crol l
ba r i s vi s i bl e.
Al l three col umns ha ve the s a me wi dth
(1.33 i nches ). Defa ul t va l ue of thi s
property i s empty (E3 us es s ys tem's
defa ul t va l ue).
CurTargetX
Returns the horizontal insertion position of a text in an object. This position is
measured in Himetric units (one himeter is equal to 0.0001 of a meter). Users can
use either CurTargetX or CurX properties to move the insertion point in a text as
users move over an object's content. When users move the insertion point to
another row in a text, the CurTargetX property specifies the best position for text's
insertion point. The CurX property is defined in this value if text row is greater than
the value of CurTargetX. Otherwise, the CurX property is defined at the end of text's
row. This property is only available at run time.
NOTE: Thi s property ha s no effect on E3 a nd i t i s kept for compa ti bi l i ty rea s ons wi th
the Mi cros oft Forms s ta nda rd s peci fi ca ti on.
CurX
The CurX property specifies the current horizontal position of an object's insertion
point. This property is applied to an object with several rows, that is, whose
Multiline property is enabled. Returned value is valid when this object has focus.
Users can use the Multiline property and the CurX property to place a text's
insertion point as users use the scroll bar on object's content. When users move the
insertion point to another row in a text by scrolling object's content, the CurTargetX
property specifies the most appropriate position for text's insertion point. The CurX
property is defined with this value if the text row is greater than the value of
CurTargetX. Otherwise, CurX property is defined at the end of text's row. This
property is only available at run time.
DragBehavior
Enables or disables a feature of dragging and dropping a text in object's content.
Available options for this property are the following:
0 - fmDragBehaviorDisabled: Does not allow dragging and dropping a text in
object's content
1 - fmDragBehaviorEnabled: Allows dragging and dropping a text in object's
170
View