TdxListItem.Position Property
In This Article
Returns the item position in the List View.
#Declaration
Delphi
property Position: TPoint read;
#Property Value
Type | Description |
---|---|
TPoint | The item offset relative to the control’s top-left corner, in pixels. |
See Also