RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapterFileField.ImplCheckValueChange Method

Indicates whether the end-user may have uploaded new files for this adapter field.

Pascal
function ImplCheckValueChange(AActionRequest: IActionRequest; AFieldIndex: Integer): Boolean; override;
C++
virtual __fastcall Boolean ImplCheckValueChange(IActionRequest AActionRequest, int AFieldIndex);

ImplCheckValueChange overrides TAdapterUpdateField's ImplCheckValueChange method. ImplCheckValueChange returns true if the end-user has uploaded any files. 

 

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