OleComponent.FDoIdleCore(UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).