Web.HTTPProd.THTMLTagAttributes.Changed
Delphi
procedure Changed;
C++
void __fastcall Changed(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Web.HTTPProd.pas Web.HTTPProd.hpp |
Web.HTTPProd | THTMLTagAttributes |
Description
Generates an OnChange event.
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.