Vcl.StdCtrls.TSelection

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

TSelection = record

C++

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

プロパティ

種類 可視性 ソース ユニット
record
struct
public
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls Vcl.StdCtrls

説明

TSelection は、選択の開始位置と終了位置を定義します。

TSelection は Delphi で選択の開始位置と終了位置を保持するために内部的に使用されます。