[Overview][Constants][Types][Classes][Procedures and functions][Index] |
CopyToClipboard - copy a range of cells to clipboard
Source position: grids.pas line 1484
public procedure TCustomStringGrid.CopyToClipboard( |
AUseSelection: Boolean = false |
); |
This method will copy a range of cells into the clipboard, the cells values are TAB separated. The range is defined based on optional AUseSelection parameter which is false by default and which means the range is set to the whole grid, including fixed cols/rows. If AUseSelection is true, the range of cells is set to current TCustomGrid.Selection
lazarus-ccr.sourceforge.net |