Whether the application should keep running (and updating) even when it becomes inactive. Default to True.
function KeepActive: Boolean; virtual;
True if the application should remain active.
Is mostly applicable to window based platforms (like Windows and Mac). Can be ignored on mobile platforms.
|
Copyright (c) 2012. All rights reserved.
|