Skip to content

OnInitializeWidget - cWebWidget

Called from InitWidget, which is called after a Widget has been created by the container and base initialization (applying properties) has been done

Type: Event

Syntax

Procedure OnInitializeWidget

Description

Called from InitWidget, which is called after a Widget has been created by the container and base initialization (applying properties) has been done. Use this event to perform basic initialization specific to your widget such as applying DD Constraints, loading lists, etc.

Procedure OnInitializeWidget 
    Send UpdateLabel of oLabel 
    Send Rebuild_Constraints of oCustomer_DD     

    Send FindFromTop of oList 
End_Procedure