JIT Compiler error -- Component does not exist?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • IdleBrain

    #1

    JIT Compiler error -- Component does not exist?

    Hello:
    I have written the following code in the main form close event
    procedure:
    If Not instfrmMain.rb1 Is Nothing Then instfrmMain.1.C hecked = True

    But I still get an error from the JIT compiler that the rb1 component
    does not exist any more...and I am trying to access its properties.

    How can we make sure that the component exists before any of its
    property is changed? or
    How can we ask JIT not to release the resources of a particular
    component?

    Thanks

Working...