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

TDBMemo.AutoDisplay

AutoDisplay - if True, automatically displays the data when loaded from the linked dataset.

Declaration

Source position: dbctrls.pp line 1034

published property TDBMemo.AutoDisplay : Boolean
  read FAutoDisplay
  write SetAutoDisplay
  default True;

Description

AutoDisplay is a Boolean property which indicates if the content in the control is automatically displayed when it is loaded from the linked dataset. Changing the value in AutoDisplay causes the LoadMemo method to be called to load the content for the control. The default value for the property is True.

AutoDisplay is used in the implementation of the DataChange method called when the content dataset from the dataset has been updated.

See also

TDBMemo.DataChange

  

DataChange - if Data changed, loads the new data into the appropriate part of the Field.

TDBMemo.LoadMemo

  

Loads the lines of text for the memo from the field in the linked data set.


Version 4.0 Generated 2025-05-03 Home