WebAdapt.TCustomAdapterFileField.ImplCheckValueChange

De RAD Studio API Documentation

Delphi

function ImplCheckValueChange(AActionRequest: IActionRequest; AFieldIndex: Integer): Boolean; override;

C++

virtual bool __fastcall ImplCheckValueChange(Adaptreq::_di_IActionRequest AActionRequest, int AFieldIndex);

Propriétés

Type Visibilité  Source Unité  Parent
function protected
WebAdapt.pas
WebAdapt.hpp
WebAdapt TCustomAdapterFileField

Description

Indique si l'utilisateur final a téléchargé de nouveaux fichiers pour le champ adaptateur.

ImplCheckValueChange rédéfinit la méthode ImplCheckValueChange de TAdapterUpdateField. ImplCheckValueChange renvoie true si l'utilisateur final a téléchargé des fichiers.

Voir aussi

Traductions