HyperWorks Desktop

*EndDefinitions()

Indicates the end of a definition block.

*EndDefinitions()

Indicates the end of a definition block.

Previous topic Next topic No expanding text in this topic  

*EndDefinitions()

Indicates the end of a definition block.

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Syntax

*EndDefinitions()

Example

*BeginDefinitions()

   *DefineReport(repdef_sdf_test, dat_file)

       *Parameter(dat_file, "Wheel datafile name",

                  filename, "*.dat")

       *ReportLabel("SDF Test Summary")

       *Page(page_text_sum, "SDF Text Summary",

             pagedef_text_sum, dat_file)

   *EndDefine()

 

   *DefinePage(pagedef_text_sum, dat_file)

       *Layout(1)

       *TextEditor(text_sum, "Table",
                   txtdef_text_sum, dat_file)

   *EndDefine()

 

   *DefineTextEditor(txtdef_text_sum, dat_file)

       *Filename("sdf_sum.tpl")

       *SetString(temp_var, dat_file)

   *EndDefine()

*EndDefinitions()

Application

MBD Model, HyperView, HyperGraph, TextView, and MediaView.

Context

*BeginDefinitions()

Preference Files

Report Definitions

Comments

The *BeginDefinitions() block contains all program session interface definitions such as Report Definitions.

Every *BeginDefinitions() statement requires a closing *EndDefinitions() statement.

See also

 

List of Session Statements