Vcl.StdCtrls.TSelection.StartPos

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

StartPos, EndPos: Integer;

C++

int StartPos;

Properties

Type Visibility Source Unit Parent
field public
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TSelection

Description

Holds the start position of the selection.

StartPos holds the start position of the selection.

See Also