The method called by the thread when it just started. An application must override this method to execute initialization code.
function OnInitialize: Boolean; virtual;
If initialization completed successfully the function must return True. Otherwise the function must return False.
The default implementation always returns True.
Copyright (c) 2006-2017. All rights reserved.
|