[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Performs a notification when column or row data is exchanged in the grid.
Source position: grids.pas line 979
protected procedure TCustomGrid.ColRowExchanged( |
IsColumn: Boolean; |
index: Integer; |
WithIndex: Integer |
); virtual; |
ColRowExchanged has an empty implementation in TCustomGrid. It is implemented in descendent classes like TCustomDrawGrid to update the content in the grid and signal the OnColRowExchanged event handler (when assigned).
lazarus-ccr.sourceforge.net |