RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebComponentList.Remove Method

Removes a component from the WebComponents array.

Pascal
procedure Remove(Component: TComponent);
C++
__fastcall Remove(TComponent * Component);

Call Remove to remove a specific component from the WebComponents array. After a component is removed, all the WebComponents that follow it are moved up in index position and Count is reduced by one. 

 

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