Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Turn on old algorithm for calcs height of multi line text.

...

.

...


Code Block
XFRX#INIT.lOldMultiLineBehavior =boolean

XFRX#LISTENERObject.lOldMultiLineBehavior =boolean

Return Value

Boolean
Turn on old algorithm for calcs height of multi line text. Default value is .F.

Remarks

XFRX version: 15.0.3
Applies To: XFRX#INIT, XFRX#LISTENER


Examples

Code Block
m.loXFRX = EVALUATE([xfrx("XFRX#INIT")])
m.loXFRX.lOldMultiLineBehavior=.T.
RELE m.loXFRX