Vcl.Outline.TOutlineNode.getFirstChild

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function getFirstChild: LongInt;

C++

int __fastcall getFirstChild();

Properties

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

Description

Returns the Index value of the first subnode.

Call getFirstChild to locate the first subnode of a node when traversing the outline tree. If the node has no descendants, getFirstChild returns -1.

See Also