RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WebComp.TGetComponentListEvent Type

TGetComponentListEvent is the type for event handlers that supply a list of child Web items.

Pascal
TGetComponentListEvent = procedure (Sender: TObject; var AList: TWebComponentList) of object;
C++
(Sender: TObject; var AList: TWebComponentList) ( TGetComponentListEvent)();

TGetComponentListEvent is the type for event handlers of helper objects that manage the lists of child Web items for a component in a WebSnap application. 

Sender is the helper object that needs to access the list of child Web items. 

AList returns the list of child Web items. 

 

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