[Overview][Resource strings][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'tiObject' (#tiopf)

TtiNullValidation

Does the field allow null values

Declaration

Source position: tiObject.pas line 84

type TtiNullValidation = (

  nvAllowNull = 0,

  nvNotNull = 1

);

Description

Does the field allow null values. This is one of the possibly many tests that the field will make when the TestValidValue function is called.


Documentation generated on: 2017-08-16