Vcl.Outline.TCustomOutline.GetDataItem

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDataItem(Value: TCustomData): Longint;

C++

int __fastcall GetDataItem(void * Value);

Properties

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

Description

Returns the index of the first node in the outline that has the Value pointer as its Data property.

Call GetDataItem to locate the node that corresponds to the Value parameter. GetDataItem returns an index into the Items property array.

See Also