guides:programming:programmers_reference_manual:rti_remove_style_sheet

RTI_Remove_Style_Sheet Function

This function will remove the style sheet from the window record.

success = RTI_Remove_Style_Sheet( windowID )

The function has the following parameters:

ParameterDescription
windowIDA fully qualified repository id for a window

Messages are displayed for success and failure throughout the execution of the function. The returned value from the function is 0.

In versions of OpenInsight prior to version 9.2, the Form Designer allowed for the attachment of a style sheet to a windows record. The style sheet caused errors when running the window.

Note: This function will remove the style sheet from the window record and recompile the window.

* Remove the style sheet from the CUST_ENTRY window in the EXAMPLES application

var = RTI_Remove_Style_Sheet( "EXAMPLES*OIWIN**CUST_ENTRY" )

 
 
 
 
  • guides/programming/programmers_reference_manual/rti_remove_style_sheet.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1