[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Indicates if the data link is changing its source properties.
Source position: dbctrls.pp line 94
public property TFieldDataLink.EditingSource : Boolean |
EditingSource is a read-only Boolean property which indicates if the data link is changing the source properties for the class instance. The source properties include DataSource, FieldName, and Field.
The value in EditingSource is updated when the Edit or EditingChanged methods are called. It is used to prevent multiple calls to the Edit method.
|
The Field to which the datalink is attached. |
|
|
FieldName - the name of the attached field, stored as a string. |
|
|
Edit - if the field can be modified, performs inherited Edit and shows editing status. |
|
|
EditingChanged - method for processing changes in the Editing property. |
|
Version 4.0 | Generated 2025-05-03 | Home |