IDASite Class


Gives an application control over error and status messages. It is used with the Site property in DAStatics.

IDASite Subroutines

bullet1.gifReportGC

bullet1.gifSetStatusString


ReportGC

Determines whether or not there will be notification before garbage collection begins.

siteObj.ReportGC(
  bStarting
  )

Parameters
bStarting
A Boolean that, if True, means there will be notification before garbage collection and, if False, means there won't.


SetStatusString

Sets the status message.

siteObj.SetStatusString(
  statusText
  )

Parameters
statusText
A string that is the status message.

© 1997 Microsoft Corporation. All rights reserved. Terms of Use.