RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
StdCtrls.TSelection Record

TSelection definese the start and position of a selection.

Pascal
TSelection = record
  EndPos: Integer;
  StartPos: Integer;
end;
C++
struct TSelection {
  int EndPos;
  int StartPos;
};

TSelection is used internally in Delphi to hold the start and end position of a selection. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!