Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== CARETPOS property ====== ==== Applies To ==== List box, edit table. ==== Description ==== Indicates the position of the caret in the control. The caret indicates the item that has the focus in a multiple-selection list box or edit table. ==== Usage ==== //selecteditem// = **Get_Property**(//objectname//, "**CARETPOS**") //oldselection// = **Set_Property**(//objectname//, "**CARETPOS**", //newselecteditem//) ==== Remarks ==== Get_Property returns //column//:@FM://row// for active cell in an edit table, or selected item(s) for combo and list boxes. Set_Property sets the active cell for an edit table, or selects the row(s) for combo and list boxes. Values passed in Set_Property are: ^Value^Description^ |//newselecteditem//|Edit table: Column:@FM:Row.\\ Combo and list boxes: ordinal position of row(s).\\ Use -1 to indicate the last item in the list.| ==== See Also ==== [[accesspos|ACCESSPOS property]], [[cellpos|CELLPOS property]], [[clickpos|CLICKPOS property]], [[notifypos|NOTIFYPOS property]], [[selpos|SELPOS property]] guides/programming/programmers_reference_manual/caretpos.txt Last modified: 2024/06/19 20:20by 127.0.0.1