StdCtrls.TSelection
From RAD Studio VCL Reference
Delphi Information
From StdCtrls.pas
TSelection = record StartPos: Integer; EndPos: Integer; end;
Unit: StdCtrls
Type: struct
C++ Information
From StdCtrls.hpp
TSelection = class
Unit: StdCtrls
Type: class
Class Fields: StdCtrls.TSelection Fields
Description
TSelection definese the start and position of a selection.
TSelection is used internally in Delphi to hold the start and end position of a selection.