Skip to main content

Link

Definição da configuração do objeto Link para realcionamento entre formularios.


getForm


getForm() : string

Description

Returns the name of the query's main form.

Return

( string )

The name of the form.



Description

Returns the relationship configuration.

Return

( RelationshipLink )

Relationship configuration.


getWhere


getWhere() : Where

Description

Returns the filter configuration for the Link object's main form.

Return

( Where )

The filters configuration



Description

Defines a second relationship level on the current Link object.

Attributes
NAMETYPEDESCRIPTION
formLinkstringName of the form to be listed.
Return

( Link )

Current Link object.


setForm


Description

Defines the name of the query's main form.

Attributes
NAMETYPEDESCRIPTION
formstringThe name of the form
Return

( Link )

Current Link object.



Description

Defines the relationship configuration.

Attributes
NAMETYPEDESCRIPTION
relationLinkRelationshipLinkThe relationship configuration.
Return

( Link )

Current Link object.


setWhere


Description

Defines the filter configuration for the Link object's main form.

Attributes
NAMETYPEDESCRIPTION
whereWhereThe filters configuration.
Return

( Link )

Current Link object.