[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'sysutils' (#rtl)

TUseBoolStrs

Use boolean strings

Declaration

Source position: syshelph.inc line 573

type TUseBoolStrs = (

  False,

  

Numerical values should be used (0 and 1)

  True

  

String representations should be used.

);

Description

TUseBoolStrs is an enumerated type which indicates whether bool strs must be used when converting boolean to strings.


Documentation generated on: Sep 28 2017