[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
ColRowToOffset - method for moving column or row (depending on value of IsCol); if Relative is True, moves by the amount of Index, otherwise moves from StartPos to EndPos. Returns True if successful
Source position: grids.pas line 951
protected function TCustomGrid.ColRowToOffset( |
IsCol: Boolean; |
Relative: Boolean; |
Index: Integer; |
var StartPos: Integer; |
var EndPos: Integer |
):Boolean; |
lazarus-ccr.sourceforge.net |