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

SocialComposer.SetInitialText

Sets the initial text to be posted.

Component Version macOS Windows Linux Server iOS SDK
SocialComposer 7.3 ❌ No ❌ No ❌ No ❌ No ✅ Yes

Deprecated

This function was deprecated.

MBS( "SocialComposer.SetInitialText"; Text )   More

Parameters

Parameter Description Example
Text The initial text. "Hello World"

Result

Returns OK or error.

Description

Sets the initial text to be posted.
Returns error if the sheet has already been presented to the user.
You may supply text with a length greater than the service supports, and the sheet will allow the user to edit it accordingly.

Examples

Set initial text:

Set Variable [ $r ; Value: MBS( "SocialComposer.SetInitialText"; "Hello World") ]

See also

Example Databases

This function is free to use.

Created 11st June 2017, last changed 12nd June 2020


SocialComposer.SetEvaluate - SocialComposer.SetScript