API:Vcl.StdCtrls.TSelection

From RAD Studio API Documentation

Delphi

  TSelection = record
    StartPos, EndPos: Integer;
  end;

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

Embarcadero Technologies does not currently have any additional information.