[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'DBGrids' (#lcl)

TColumn.GetDefaultValueUnchecked

Gets the default String value for a Checkbox in the UnChecked state

Declaration

Source position: dbgrids.pas line 279

protected function TColumn.GetDefaultValueUnchecked: string; override;

Function result

'FALSE' or '0'

Description

GetDefaultValueUnchecked is an overridden String function used to get the default value used for a Checkbox column in the UnChecked state. When Field has been aasigned for the column, and the data type is ftBoolean the return value is 'FALSE'. If Field has not been assigned, the return value is '0'.

See also

#lcl.Grids.TGridColumn.GetDefaultValueUnchecked

  

GetDefaultValueUnchecked - returns the default value for an unchecked column

The latest version of this document can be found at lazarus-ccr.sourceforge.net.