zu (1):
function CellRect(ACol, ARow: Longint): TRect;
zu (2):
Zitat von
Delphi-Hilfe:
TCustomGrid.Selection
Indicates the boundaries of the current selection.
Delphi-Quellcode:
type TGridCoord = record
X: Longint;
Y: Longint;
end;
type TGridRect = record
caseIntegerof
0: (Left, Top, Right, Bottom: Longint);
1: (TopLeft, BottomRight: TGridCoord);
end;
Ein Blick in die Delphi-Hilfe zu den Eigenschaften des StringGrids hätte Dir die Lösung gebracht. Die Delphi-Hilfe ist über die Taste 'F1' oder über die Kombination 'Strg-F1' aufzurufen.
[edit]
immer komme ich zu spät... [/edit]
Daniel R. Wolf
mit Grüßen aus Hamburg