unable fire an event for dynamically created component
- by Vijay Bobba
hi,
I have created a dynamic TClientDataSet component and tried to fire the OnCalcFields event....it has'nt worked. The code looks like this...
table := TClientDataset.Create(Application);
table.OnCalcFields := tableCalcFields;
where tablecalcfields is the method defined by me.
thanks for answers,
Vijay