System.Tether.Manager.TTetheringDoLog

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TTetheringDoLog = procedure(const Msg: string) of object;

C++

typedef void __fastcall (__closure *TTetheringDoLog)(const System::UnicodeString Msg);

Properties

Type Visibility Source Unit Parent
type
typedef
public
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager System.Tether.Manager

Description

Type of method to handle the log messages.

This method type is part of the app tethering logging system.

See Also