fitting : integer (read only)

Navigation:  User guide > OLE automation > Properties >

fitting : integer (read only)

Previous pageReturn to chapter overviewNext page

Returns information on the fit activity of CODE.

 

The value of fitting is 0 if there is no fit running, fitting is equal to 1 during the fit.

 

VBA example:

 

if wcd.fitting=1 then ...