wwWebControl::FindControl

Returns a control in the control's immediate child collection by name.

o.FindControl(lcControlId,llRecursive)

Parameters

lcControlId
The Name of the control. Note this control must be an immediate child of the control you are referencing. The control must have been added via AddControl.

llRecursive
If set recursively drills into child containers to find a control. Default is to only search the current container (.F.).


See also:

Class wwWebControl

© West Wind Technologies, 1996-2024 • Updated: 10/26/06
Comment or report problem with topic