Vcl.StdCtrls.TCustomEdit.GetSelLength

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

Delphi

function GetSelLength: Integer; virtual;

C++

virtual int __fastcall GetSelLength();

プロパティ

種類 可視性 ソース ユニット
function protected
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomEdit

説明

SelLength プロパティを返します。

GetSelLength は,SelLength プロパティ用のプロパティアクセス関数です。SetSelLength は Protected メソッドとして定義されているので,TCustomEdit の派生オブジェクトは SelLength プロパティの実装をカスタマイズできます。

また,GetSelLength は編集コントロールのウィンドウに EM_GETSEL メッセージを送り,開始位置と終了位置の間の長さを返します。

関連項目