Einzelnen Beitrag anzeigen

Daniel
(Co-Admin)

Registriert seit: 30. Mai 2002
Ort: Hamburg
13.920 Beiträge
 
Delphi 10.4 Sydney
 
#3
  Alt 15. Nov 2002, 14:52
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
  Mit Zitat antworten Zitat