Skip to main content
Skip table of contents

f$Structure_Link


A link is entered in a structure dialog with this function.

Syntax:

Status = f$Struktur_Link (Number, NameFrom, NameTo , Style, Status)

 

Argument

Type

Meaning

 

Number

Integer

Number returned by f$Structure_open

 

NameFrom

String

Name of the link's start node

 

NameTo

String

Name of the link's end node

 

Style

Integer

Type of link line
0 – link over horizontal and vertical lines
1 – link is depicted in a straight line from start node to end node

 

Status

Integer

0 – normal color
1 - selection color

Result:

Integer

Status:

-99: a structure dialog with the given number does not exist

-3 : the link already exists

-2 : no name entered

-1 : a node with this name does not exist

0 : link successfully created

Example:

Status = f$Struktur_Link (StructureNumber, Link[No].NameFrom, Link[No].NameTo , 0, 0 )

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.