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

TCustomDBGrid.CheckDisplayMemo

Indicates if the field is a Memo that needs to be displayed in the grid

Declaration

Source position: dbgrids.pas line 424

protected function TCustomDBGrid.CheckDisplayMemo(

  aField: TField

):Boolean;

Description

CheckDisplayMemo is a Boolean function used to determine if the specified field is a Memo field that needs to be displayed in the grid control. The return value is True when the specified field has the value ftMemo in its DataType property, and the Options property has enabled the dgDisplayMemoText feature.

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