RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataSetAdapterRefreshRowAction.OnGetParams Event

Specifies name/value pairs needed to execute this adapter action.

Pascal
property OnGetParams: TActionGetParamsEvent;
C++
__property TActionGetParamsEvent OnGetParams;

Implement this event handler to specify the name/value needed to execute this action. For example, an action that deletes a row in a table will need a name/value pair that identifies the row to be deleted such as "Key=123". 

 

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