IsLoaded: Boolean;
IsLoaded: boolean;
The IsLoaded property determines whether express report sheet will be loaded.
The property is relevant, if delayed loading of analytical area sheets is set: the IEaxDataArea.DelayedLoad property is set to True.
Available values:
True. Sheet will be loaded. The default value for active sheet
False. Sheet will not be loaded. Default value.
The property use is given in the example for IEaxDataArea.DelayedLoad.
See also: