Vcl.StdCtrls.TSelection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TSelection = record

C++

struct DECLSPEC_DRECORD TSelection
{
public:
    int StartPos;
    int EndPos;
};

Properties

Type Visibility Source Unit Parent
record
struct
public
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls Vcl.StdCtrls

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.