API:Vcl.StdCtrls.TSelection

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

  TSelection = record
    StartPos, EndPos: Integer;
  end;

C++

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

Propriétés

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

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !