Vcl.ComCtrls.TListItem.GetPosition

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetPosition: TPoint;

C++

System::Types::TPoint __fastcall GetPosition();

Properties

Type Visibility Source Unit Parent
function public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TListItem

Description

Returns the position of the list item as a point.

Call GetPosition to obtain the upper left coordinate of the list item. GetPosition returns a point with the x coordinate set to the value of Left and the y coordinate set to the value of Top.

See Also