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

TColumn.GetDefaultValueChecked

Gets the default value for a Checkbox in the Checked state as a String

Declaration

Source position: dbgrids.pas line 278

protected function TColumn.GetDefaultValueChecked: string; override;

Function result

'TRUE' or '1'

Description

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

See also

#lcl.Grids.TGridColumn.GetDefaultValueChecked

  

GetDefaultValueChecked - returns the default value for a checked column

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