TwclCustomWiFiMemoryComponent Class

Adds the WLAN memory management methods to basic WiFi methods.

Namespace: wclWiFi
TComponent
  wclWiFi.TwclCustomWiFiComponent
    wclWiFi.TwclCustomWiFiSecurableComponent
      wclWiFi.TwclCustomWiFiMemoryComponent
        wclWiFi.TwclWiFiHostedNetwork
        wclWiFi.TwclWiFiProfilesManager
type
 TwclCustomWiFiMemoryComponent = class(TwclCustomWiFiSecurableComponent)
 end;

The TwclCustomWiFiMemoryComponent type exposes the following members.

Show:
 NameDescription
Create(TComponent)

Creates a new component. (Inherited from TwclCustomWiFiComponent.)

Top
Show:
 NameDescription
Active

Gets the component state. (Inherited from TwclCustomWiFiComponent.)

AfterOpen

The event fires after the component was successfully opened. (Inherited from TwclCustomWiFiComponent.)

BeforeClose

The even fires before the component will be closed. (Inherited from TwclCustomWiFiComponent.)

Handle

Provides access to the WLAN subsyste handle. (Inherited from TwclCustomWiFiComponent.)

Top
Show:
 NameDescription
Close

Closes the component. (Inherited from TwclCustomWiFiComponent.)

DoAfterOpen

Fires the AfterOpen event. (Inherited from TwclCustomWiFiComponent.)

DoBeforeClose

Fires the BeforeClose event. (Inherited from TwclCustomWiFiComponent.)

ElevatePrivileges

The function sets up privileges for Native WiFi. (Overrides TwclCustomWiFiComponent.ElevatePrivileges.)

FreeMemory(Pointer)

The method frees memory.

InternalClose

Executes additional finalization procedures. (Inherited from TwclCustomWiFiComponent.)

InternalOpen

Executes additional initialization produres. (Inherited from TwclCustomWiFiComponent.)

Open

Opens the component. (Inherited from TwclCustomWiFiComponent.)

Top

This is the base class for the WiFi Framework components which require memory disposing for some methods.