[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Removes cell content using the specified options.
Source position: grids.pas line 1775
public procedure TCustomStringGrid.Clean; overload; |
CleanOptions: TGridZoneSet |
); overload; |
aRect: TRect; |
CleanOptions: TGridZoneSet |
); overload; |
StartCol: Integer; |
StartRow: Integer; |
EndCol: Integer; |
EndRow: Integer; |
CleanOptions: TGridZoneSet |
); overload; |
CleanOptions |
|
Set with the grid zones affected in the method. |
aRect |
|
Rectangle with the bounds for the affected cells. |
CleanOptions |
|
Set with the grid zones affected in the method. |
StartCol |
|
Starting column number for the operation. |
StartRow |
|
Starting row number for the operation. |
EndCol |
|
Ending column number for the operation. |
EndRow |
|
Ending row number for the operation. |
CleanOptions |
|
Set with the grid zones affected in the method. |
Cleans all cells in the grid subject to the given CleanOptions, optionally specifying a range of cells or a rectangular region. See TGridZoneSet for more information.
The cleaning operation does not change the number of rows and columns. It replaces the content for the affected cells with empty strings ('').
Some examples:
lazarus-ccr.sourceforge.net |