RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapterImageField.ImplGetValue Method

Returns the name of the image file associated with this adapter field.

Pascal
function ImplGetValue: Variant; override;
C++
virtual __fastcall Variant ImplGetValue();

ImplGetValue returns the name of the image file associated with this adapter field 

First, the access rights defined for this adapter field are validated against the rights of the end-user. If the end-user does not have rights to view this field, an exception is raised. If the EchoActionFieldValue property is true, then the file name entered by end-user is returned. If the EchoActionFieldValue property is false then the OnGetImageName event handler is called to retrieve the name of the image file. The value returned by ImplGetValue is used when server-side script references the Value or DisplayText properties. 

 

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