|
RAD Studio VCL Reference
|
Returns the value of this adapter field as a variant.
function ImplGetValue: Variant; override;
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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|