RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IActionFieldValues.GetOrigValue Method

Returns the value of the OrigValues property.

Pascal
function GetOrigValue(I: Integer): IActionFieldValue;
C++
__fastcall IActionFieldValue GetOrigValue(int I);

GetOrigValue is the read implementation of the OrigValues property. 

I is the index of the original field value to retrieve. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!