TSelection definese the start and position of a selection.
TSelection = record EndPos: Integer; StartPos: Integer; end;
struct TSelection { int EndPos; int StartPos; };
StdCtrls
TSelection is used internally in Delphi to hold the start and end position of a selection.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|