Vcl.Outline.TCustomOutline.GetItem

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetItem(X, Y: Integer): LongInt;

C++

int __fastcall GetItem(int X, int Y);

Properties

Type Visibility Source Unit Parent
function public
Vcl.Outline.pas
Vcl.Outline.hpp
Vcl.Outline TCustomOutline

Description

Returns the index of the node at the position indicated by the X and Y parameters.

Call GetItem to locate the node at the specified screen pixel coordinates. GetItem returns an index into the Items property array.

See Also