IsLoaded: Boolean;
IsLoaded: boolean;
The IsLoaded property determines whether analytical area slice 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. Slice will be loaded. Default value for slices on active sheet.
False. Slice will not be loaded. Default value for slices on inactive sheet.
The property use is given in the example for IEaxDataAreaSource.IsLoaded.
See also: