Description
The name of an XHTML export template associated with a DataWindow object.
Applies to
DataWindow objects
Syntax
PowerBuilder dot notation:
dw_control.Object.DataWindow.Export.XHTML.Template[ num ].Name
Describe argument:
"DataWindow.Export.XHTML.Template[ num ]Name"
Usage
This property returns the names of the XHTML export templates associated with a DataWindow object by index. The index can range from 1 to the value of the DataWindow.Export.XHTML.TemplateCount property. The order reflects the serialized storage order of all templates, which is a read-only setting. These properties, with DataWindow.Export.XHTML.UseTemplate, enable an application to select an export template dynamically at runtime.
Examples
See Export.XHTML.TemplateCount.
See also