Vcl.Outline.TCustomOutline.GetDataItem
Delphi
function GetDataItem(Value: TCustomData): Longint;
C++
System::LongInt __fastcall GetDataItem(Vcl::Controls::TCustomData 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.