RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBRadioGroup.OnChange Event

Occurs when the user changes the data in the linked field.

Pascal
property OnChange: TNotifyEvent;
C++
__property TNotifyEvent OnChange;

The OnChange event occurs when a change is made to the contents of the database field accessed by the radio group. Use an OnChange event handler to implement any special processing that should be executed when the radio group is updated. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!