System.Tether.Manager.TTetheringOnRequestStorage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TTetheringOnRequestStorage = procedure(const Sender: TObject; var AStorage: TTetheringCustomStorage) of object;

C++

typedef void __fastcall (__closure *TTetheringOnRequestStorage)(System::TObject* const Sender, TTetheringCustomStorage* &AStorage);

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 event handler for the TTetheringManager.OnRequestStorage event.

See Also