Vcl.Outline.TCustomOutline.BadIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function BadIndex(Value: TOutlineNode): Boolean;

C++

bool __fastcall BadIndex(TOutlineNode* Value);

Properties

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

Description

Indicates whether a node's index is up to date.

Use BadIndex to determine whether the Index property of the TOutlineNode object specified by the Value parameter accurately reflects the position of the node in the outline.

If nodes are added or removed after a call to BeginUpdate, the indexes may be out of date until the EndUpdate method is called.

See Also