RichText.SetProperties

RichText.SetProperties ( 

string ObjectName,

table  Properties )

Example 1

-- Create a table to set the properties.
tbProperties = {ReadOnly=false};

-- Set the object to not be read-only
RichText.SetProperties("RichText1", tbProperties);

Set the richtext object called "RichText1" to not be read-only.

See also:  Related Actions