TwclCustomWiFiComponent.AfterOpen Property

The event fires after the component was successfully opened.

Namespace: wclWiFi
published
 property AfterOpen: TNotifyEvent read FAfterOpen write FAfterOpen;

Property Value

Type: TNotifyEvent

 

The event fires only if the Open method returns wclErrors.WCL_E_SUCCESS. If the Open method failed then the even will not fire.