LCL: docs: TComboBox.SelStart

git-svn-id: trunk@16463 -
This commit is contained in:
mattias 2008-09-07 11:09:32 +00:00
parent 2b3fb23528
commit eb25228c64

View File

@ -2536,20 +2536,12 @@ has value -1.</p>
<!-- property Visibility: public --> <!-- property Visibility: public -->
<element name="TCustomComboBox.SelLength"> <element name="TCustomComboBox.SelLength">
<short> <short>
<var>SelLength </var> <var>SelLength </var>- the length of the text that has been selected in bytes</short>
- the length of the text that has been selected</short>
</element> </element>
<!-- property Visibility: public --> <!-- property Visibility: public -->
<element name="TCustomComboBox.SelStart"> <element name="TCustomComboBox.SelStart">
<short> <short>
<var>SelStart </var> <var>SelStart </var>- if text is selected this is the starting position otherwise the cursor position in bytes starting at 0</short>
- the starting position of the text that has been selected</short>
</element> </element>
<!-- property Visibility: public --> <!-- property Visibility: public -->
<element name="TCustomComboBox.SelText"> <element name="TCustomComboBox.SelText">