[Overview][Types][Classes][Procedures and functions][Index] |
Sets the value for the ItemIndex property.
Source position: filectrl.pp line 66
protected procedure TCustomFileListBox.SetItemIndex( |
AIndex: Integer |
); override; |
AIndex |
|
New value for the property. |
SetItemIndex is an overridden method in TCustomFileListBox. Calls the inherited method on entry. Calls UpdateSelectedFileName to set the new value for the FileName property.
|
FileName - the name of the selected file. |
|
|
Sets the value for the ItemIndex property. |
|
|
Ordinal position for the currently selected item, -1 if none. |
Version 4.0 | Generated 2025-05-03 | Home |