IBinaryTreeNode.Name

Fore Syntax

Name: String;

Fore.NET Syntax

Name: string;

Description

The Name property returns classifying variable name.

Comments

To get variance of classifying variable, use the IBinaryTreeNode.Disp property.

Fore and Fore.NET Examples

The property use is given in the example for IBinaryTreeNode.Value.

See also:

IBinaryTreeNode