TwclCustomWiFiComponent.InternalClose Method

Executes additional finalization procedures.

Namespace: wclWiFi
protected
 function InternalClose: Integer; virtual; abstract;

Return Value

Type: Integer

If the function succeed the return value is wclErrors.WCL_E_SUCCESS. Otherwise the method returns one of the WCL error codes.

The derived class must override this method to execute extra finalization procedures.

If the derived class does not need any extra finalization then the method must return wclErrors.WCL_E_SUCCESS result code.