System.Tether.Manager.TTetheringAdapter.IsLoggingItem

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function IsLoggingItem(ALogItem: TTetheringLogItem): Boolean;

C++

__classmethod bool __fastcall IsLoggingItem(TTetheringLogItem ALogItem);

Properties

Type Visibility Source Unit Parent
function public
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringAdapter

Description

Indicates whether the specified log item is enabled for logging information (True) or not (False).

Use AddLogItem and RemoveLogItem to enable or disable log items.

This method is part of the app tethering logging system.