RAD Studio VCL Reference
|
Occurs immediately after the data in the field is written to the record buffer.
property OnChange: TFieldNotifyEvent;
__property TFieldNotifyEvent OnChange;
Write an OnChange event handler to respond to any changes in the field's data. OnChange allows a response once the data has been successfully written to the record buffer.
When writing the value of a field to the current record buffer, the following steps occur:
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|