RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THTMLTagAttributes.Changed Method

Generates an OnChange event.

Pascal
procedure Changed;
C++
__fastcall Changed();

Call Changed from a descendant of THTMLTagAttributes after a tag option introduced by that descendant changes. Changed is exposed as a protected method so that component writers can create descendants of THTMLTagAttributes which correctly trigger the OnChange event handler. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!