OleComponent.FDoIdleCore(UInt32) Method

Definition

Default implementation of FDoIdle. Simply raises the DoIdle and DoPeriodicIdle events as appropriate (based on value of grfidlef) if there are any listeners.

protected:
 virtual bool FDoIdleCore(System::UInt32 grfidlef);
protected:
 virtual bool FDoIdleCore(unsigned int grfidlef);
 virtual bool FDoIdleCore(unsigned int grfidlef);
protected virtual bool FDoIdleCore (uint grfidlef);
abstract member FDoIdleCore : uint32 -> bool
override this.FDoIdleCore : uint32 -> bool
Protected Overridable Function FDoIdleCore (grfidlef As UInteger) As Boolean

Parameters

grfidlef
UInt32

Returns

If there are listeners to DoIdle or DoPeriodicIdle we return the appropriate TRUE/FALSE value based on MoreTimeNeededForIdleTasks. Otherwise we return FALSE (0).

Applies to