Afficher : Delphi C++
Préférences d'affichage

System.SysUtils.TValidatePackageProc

De XE2 API Documentation

C++

typedef bool __fastcall (*TValidatePackageProc)(unsigned Module);

Propriétés

Type Visibilité  Source Unité  Parent
typedef public System.SysUtils.hpp System.SysUtils System.SysUtils

Description

TValidatePackageProc est une fonction de rappel invoquée par LoadPackage.

TValidatePackageProc est facultativement invoquée par LoadPackage lors du chargement d'un package. Le package n'est pas chargé si TValidatePackageProc détermine qu'il n'est pas valide et renvoie donc false.

Voir aussi

Versions précédentes
Traductions