[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Indicates if the field is a Memo that needs to be displayed in the grid
Source position: dbgrids.pas line 424
protected function TCustomDBGrid.CheckDisplayMemo( |
aField: TField |
):Boolean; |
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.
lazarus-ccr.sourceforge.net |