RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebControlGroup.ChangeFieldControls Method

Responds when the group of HTML controls changes.

Pascal
procedure ChangeFieldControls(Sender: TObject);
C++
__fastcall ChangeFieldControls(TObject * Sender);

ChangeFieldControls is called automatically when the list of Web items that generate HTML controls in this group changes. (It is assigned as the OnChange event handler to the TWebComponentList object that implements the WebFieldControls property.) 

ChangeFieldControls sets the DefaultWebComponents property to nil (Delphi) or NULL (C++) when an application explicitly assigns child items to the WebFieldControls property. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!