Export.XHTML.Template[ ].Name
property (DataWindow object)
Description
The name of an XHTML export template associated with a DataWindow
object.
Applies to
DataWindow objects
Syntax
PowerBuilder dot notation:
|
1 |
dw_control.Object.DataWindow.Export.XHTML.Template[ num ].Name |
Describe argument:
|
1 |
"DataWindow.Export.XHTML.Template[ num ]Name" |
|
Parameter |
Description |
|---|---|
|
num |
(exp) A long specifying the index of the export |
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