[Overview][Constants][Types][Classes][Procedures and functions][Index] |
AutoDisplay - if True, automatically displays the data when loaded from the linked dataset.
Source position: dbctrls.pp line 1034
published property TDBMemo.AutoDisplay : Boolean |
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.
|
DataChange - if Data changed, loads the new data into the appropriate part of the Field. |
|
|
Loads the lines of text for the memo from the field in the linked data set. |
Version 4.0 | Generated 2025-05-03 | Home |