The Control property determines the control that generates the event.
Syntax |
Control |
Return value |
Control |
Parameter |
None |
Example:
Determination of a control element named PopUp1 of the type TCEPanels.PopUp by the father control
Dim P As TCEPanels.PopUp
P := Ambient.Control.ParentControl.Controls.Item("PopUp1").Object