RichText.GetProperties

table RichText.GetProperties ( 

string ObjectName )

Example 1

tbProperties = RichText.GetProperties("RichText1");

if (tbProperties) then
    Dialog.Message("RichText text", tbProperties.Text);
end

Gets the properties of the richtext object named "RichText1" and shows its text referenced by its "Text" table item, in a dialog message.

See also:  Related Actions