[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Clean all cells in the grid subject to the given CleanOptions, optionally specifying a range of cells or a rectangular region.
Source position: line 0
public procedure TCustomStringGrid.Clean; overload; |
CleanOptions: TGridZoneSet |
); overload; |
aRect: TRect; |
CleanOptions: TGridZoneSet |
); overload; |
StartCol: Integer; |
StartRow: Integer; |
EndCol: Integer; |
EndRow: Integer; |
CleanOptions: TGridZoneSet |
); overload; |
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.
Some examples:
lazarus-ccr.sourceforge.net |