[Overview][Constants][Types][Classes][Procedures and functions][Index] |
ColRowExchanged - method for exchanging the current Column or Row (depending on value of IsCol) with the indexed other column or row
Source position: grids.pas line 791
protected procedure TCustomGrid.ColRowExchanged( |
IsColumn: Boolean; |
index: Integer; |
WithIndex: Integer |
); virtual; |