System.Tether.Manager.TTetheringAdapters.UnRegisterAdapter

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

class procedure UnRegisterAdapter(const AType: TTetheringAdapterType);

プロパティ

種類 可視性 ソース ユニット
procedure public System.Tether.Manager.pas System.Tether.Manager TTetheringAdapters


説明

既に登録されているアダプタ種別を登録解除します。

アダプタ クラスを実装するユニットでは通常、これらのクラスを finalization セクションで登録解除します。

アダプタ種別の登録を解除すると、そのアダプタ種別は Adapters のリストからも削除されます。

関連項目