Class TextResource

Class Hierarchy

Text resource.

Inherits properties and message types from TextResourceMetadata.

Synopsis

Methods
create()

Creates an empty text resource instance

create1()

Creates a text resource instance that contains text

TextResource.TextResource:create(name)

Creates an empty text resource instance.

Parameters
name (string)

Name of the text resource.

Return Values
(TextResource)

Empty text resource.

TextResource.TextResource:create1(name, text)

Creates a text resource instance that contains text.

Parameters
name (string)

Name of the text resource.

text (string)

Text in the text resource.

Return Values
(TextResource)

Text resource.