Vcl.Outline.TChangeRange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TChangeRange = -1..1;

C++

typedef System::Int8 TChangeRange;

Properties

Type Visibility Source Unit Parent
type
typedef
public
Vcl.Outline.pas
Vcl.Outline.hpp
Vcl.Outline Vcl.Outline

Description

TChangeRange indicates the direction in which a node is moved.

TChangeRange is the type of the Value parameter of an outline node's ChangeLevelBy method. It can take one of the following values:



Value Meaning

-1

Move the node toward the root by one level.

1

Move the node toward the leaf by one level.



See Also