Contents

Sets the text string for the Content block.

Values

Text. Specifies the text to display. This must be WideString value.

Examples

test = CRM.GetBlock('content');
test.contents = '<table> <td class=tablehead>My Details</td></table>'
CRM.AddContent(test.Execute());
Response.Write(CRM.GetPage());

Sets My Details as a header for the screen.