AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Zurück Delphi-PRAXiS Sprachen und Entwicklungsumgebungen Sonstige Fragen zu Delphi Delphi Im StringGrind nur ganze Zeilen markieren
Thema durchsuchen
Ansicht
Themen-Optionen

Im StringGrind nur ganze Zeilen markieren

Ein Thema von dopeline · begonnen am 4. Mai 2003 · letzter Beitrag vom 5. Mai 2003
 
ssach

Registriert seit: 9. Dez 2002
Ort: schleiwenhaff
99 Beiträge
 
Delphi 6 Professional
 
#4
  Alt 4. Mai 2003, 19:56
bjuer,

die hab ich in delphihelp gefunden :

Code:
TCustomGrid.Selection

Indicates the boundaries of the current selection.

type TGridCoord = record
    X: Longint;
    Y: Longint;

  end;
type TGridRect = record

    caseIntegerof
      0: (Left, Top, Right, Bottom: Longint);
      1: (TopLeft, BottomRight: TGridCoord);
  end;

property Selection: TGridRect;

Description

Set Selection to select a range of cells in the grid. Selection can either represent the first column, first row, last column and last row in the grid, or the row and column coordinates of the upper left and bottom right cells in the selected region.

Selection can only indicate more than one cell when Options includes goRangeSelect.
vielleichtist das was du suchst, hatte leider noch nicht die zeit zum testen!

cu

[Edit=Sakura]BBCode aktiviert [/Edit]
Greissen all d'Letzebuerger !!
  Mit Zitat antworten Zitat
 


Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 05:43 Uhr.
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz