__property TNotifyEvent OnBeforeUpdate = {read = FOnBeforeUpdate, write = SetOnBeforeUpdate};
The event is called just before the edit controls on the dialog box get updated.
Read:
TNotifyEvent FOnBeforeUpdate;Write:
void SetOnBeforeUpdate(const TNotifyEvent &Value);Remarks:
The parameter passed is a pointer to the newly created dialog (TForm).
Declared in Dew::Math::Controls::VCL::TMtxDialog · Dew.Math.Controls.VCL/MtxDialogs.h · C++Builder only