JVCL Help:TJvCPSStartupInfo.ForceOnFeedback
JVCL Help: TJvCPSStartupInfo.ForceOnFeedback Property
Search in JVCL Help
Search in all projectsSummary
Determines the feedback after TJvCreateProcess creates a process.
Pascal
propertyForceOnFeedback: Boolean;
Description
Set ForceOnFeedback to True to indicate that the cursor is in feedback mode for two seconds after TJvCreateProcess creates a process. The 'Working in Background' cursor is displayed (see the Pointers tab in the Mouse control panel utility). If during those two seconds the process makes the first GUI call, the system gives five more seconds to the process. If during those five seconds the process shows a window, the system gives five more seconds to the process to finish drawing the window.
The system turns the feedback cursor off after the first call to GetMessage, regardless of whether the process is drawing.
See Also
TJvCPSStartupInfo.ForceOffFeedback
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page