Breadcrumbs

Lnb

Executes a line break. The current horizontal position (X-axis) is set back to the left margin (depending on the set page spacing). The current vertical position (Y-axis) is increased (moved down) depending on the parameter value.

Syntax

  Func_FbMnFPDF_Lnb.bmp

C++
METHOD PUBLIC Lnp : BOOL
VAR_INPUT
    h: REAL := 0;
END_VAR

Parameters

Parameter

Description

The height of the line break corresponds to the shift of the current position downwards. By default, the height of the line break corresponds to the height of the previously output cell (at 0). 

Return value

Status of the call. 



Example



Requirements



Remarks