RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapterImageField.ImplCheckValueChange Method

Indicates whether the end-user may have uploaded a new image file 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 an image file. 

 

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