JavaScript Editor js editor     Web development 



Main Page

Enables or disables bidirectional text justification for ToolTips.

SYS(3009 [, 0 | 1])

Parameters

0


(Default) Disables bidirectional text justification for ToolTips. Text in ToolTips is justified in a left to right direction.
1


Enables bidirectional text justification for ToolTips. Text in ToolTips is justified in a right to left direction.

Return Value

Character. If the 0 or 1 options are omitted, SYS(3009) returns the current bidirectional text justification setting.

Remarks

SYS(3009) affects the ToolTips text justification for all controls and memo fields in an interactive or runtime Visual FoxPro session.

See Also



JavaScript Editor js editor     Web development