[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Returns the client area of an item (including scrolling).
Source position: stdctrls.pp line 577
public function TCustomListBox.ItemRect( |
Index: Integer |
):TRect; |
Index |
|
The tentative item index. |
The item area; all zeroes for an invalid item index.
Only an index from 0 to ItemCount is considered valid, i.e. the result is valid also for the next item, that will be added subsequently.
lazarus-ccr.sourceforge.net |