[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Returns the client rectangle for an item (including scrollbar area).
Source position: stdctrls.pp line 622
public function TCustomListBox.ItemRect( |
Index: Integer |
):TRect; |
Index |
|
The tentative item index. |
The item area; all zeroes for an invalid item index.
Index must be in the range 0 to ItemCount to be considered valid. The result is valid also for the next item, that will be added subsequently.
Version 4.0 | Generated 2025-05-03 | Home |