Visual InterDev

getDataFormatAs Method

See Also      Applies To

Returns a string that indicates whether data supplied to the object is rendered as text or HTML.

Syntax

object.getDataFormatAs()

Parameters

object

A Label script object.

Remarks

If "text" is returned, the data is processed as text. If "html" is returned, the data is processed as HTML.

To specify if the data is rendered as text of HTML, use the setDataFormatAs method.