RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.TTerminateProc Type

TValidatePackageProc is a call-back function invoked by LoadPackage.

Pascal
TTerminateProc = function : Boolean;
C++
: Boolean ( TTerminateProc)();

SysUtils

TValidatePackageProc is optionally invoked by LoadPackage when a package is loaded. The package is not loaded if TValidatePackageProc determines that it is not valid and hence returns false. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!