値内の選択を設定します
編集フィールド (PRIM_MD.Edit) のメンバ
パラメータ
名前 |
タイプ |
データタイプ |
記述 |
StartPosition |
*Input |
整数 |
値の中の選択が開始する位置 |
Length |
*Input (任意) |
整数 |
選択する文字数 |
詳細
The SelectText method sets selection within an edit.
If the cursor is to the left of the first character, the value will be 0.
The most common requirement for Selection handling is completing a value during input. This is managed automatically by the AutoCompleting event.
SelectText is provided for completeness and is unlikely to be required for most development purposes.