RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapterMemoField.ImplGetValue Method

Returns the value of this adapter field as a variant.

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

ImplGetValue function returns the value of this adapter field as a variant. 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 value entered by end-user should is returned. If the EchoActionFieldValue property is false then the OnGetValue event handler is called to retrieve the value of the adapter field. 

 

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