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. Default value is .F.

XFRX version: 15.0.3

Code Block
XFRX#INIT.lOldMultiLineBehavior =boolean

XFRX#LISTENER.lOldMultiLineBehavior =boolean

Return Value

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


Examples

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