Index Topic Contents | |||
Previous Topic: IDABvrHook Class Next Topic: DAJoinStyle Class |
IDASite Class
Gives an application control over error and status messages. It is used with the Site property in DAStatics.
IDASite Subroutines
IDASite Class
ReportGCDetermines 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.
IDASite Class
SetStatusStringSets the status message.
siteObj.SetStatusString(
statusText
)Parameters
- statusText
- A string that is the status message.
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.