Vcl.StdCtrls.TCustomEdit.GetSelLength
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 メッセージを送り,開始位置と終了位置の間の長さを返します。