Board index » delphi » TMemoField.OnValidate Problem (does not fire)
Boyd Sommerfeldt
![]() Delphi Developer |
Wed, 28 May 2003 07:11:23 GMT
TMemoField.OnValidate Problem (does not fire)
We attempted to use the OnValidate event of a persistent TMemoField tied to
a databound TwwDBRichEdit control (Woll2Woll component), but the event does not appear to fire. We have had no problems using the OnValidate event with other persistent I realize that TMemoField (being a BLOB) is not placed in a table like other "Persistent field objects exist solely in the memory space of a Delphi But TMemoField does publish the OnValidate event. Does this TMemoField |