Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

Dialog.SetTextAlignment

Sets whether to change text alignment for dialog.

Component Version macOS Windows Linux Server iOS SDK
Dialog 12.1 ✅ Yes ❌ No ❌ No ❌ No ❌ No
MBS( "Dialog.SetTextAlignment"; Value )   More

Parameters

Parameter Description Example
Value The new setting.
Pass left, center, right or empty value for default.
1

Result

Returns OK or error.

Description

Sets whether to change text alignment for dialog.
If you show multiple lines of text, it may be easier to read with left alignment.

Examples

Set text to left alignment:

Set Variable [ $r ; Value: MBS( "Dialog.SetTextAlignment"; "left" ) ]

See also

Release notes

Blog Entries

This function is free to use.

Created 2nd March 2022, last changed 2nd March 2022


Dialog.SetSuppressionButtonTitle - Dialog.SetTimeout