Skip to main content

TdxPSExplorerItem.IsLoading Method

Indicates whether the owning explorer component is loading data presently.

Declaration

function IsLoading: Boolean; virtual;

Returns

Type
Boolean

Remarks

The IsLoading method’s return value indicates whether the item should notify its owning explorer component of changes. If this method’s return value is True, notifications are disabled. As implemented in the TdxPSExplorerItem class, the IsLoading method returns a value indicating the owning explorer component’s state. Descendants may override this method to implement customized changes to notifications and restrictions.

See Also