Vcl.StdCtrls.TCustomCombo.GetSelLength

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

Delphi

function GetSelLength: Integer;

C++

int __fastcall GetSelLength();

プロパティ

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

説明

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

GetSelLength は,SelLength プロパティの読み出しメソッドです。GetSelLength は,選択されている文字数を返します。

関連項目