Icon SetControlRowNo Method

procedure SetControlRowNo(ARowNo: Integer)

Available In: Client and Server Applications

Sets the row number for the active row in the dataset without firing any dataset events.

Information This method is primarily intended to be used by data-bound, multi-row controls to update the row number for the dataset without any validation of the row number or firing of any dataset events that might cause infinite recursion.
Image