Vcl.Outline.TCustomOutline.GetTextItem

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetTextItem(const Value: string): Longint;

C++

int __fastcall GetTextItem(const System::UnicodeString 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 with the Value parameter as its Text property.

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

See Also