unable fire an event for dynamically created component
Posted
by Vijay Bobba
on Stack Overflow
See other posts from Stack Overflow
or by Vijay Bobba
Published on 2010-06-12T09:33:41Z
Indexed on
2010/06/12
9:43 UTC
Read the original article
Hit count: 360
delphi
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
© Stack Overflow or respective owner