System.Tether.Manager.TTetheringManager.RegisteredProfiles

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RegisteredProfiles: TList<TTetheringProfile> read FRegisteredProfiles;

C++

__property System::Generics::Collections::TList__1<TTetheringProfile*>* RegisteredProfiles = {read=FRegisteredProfiles};

Properties

Type Visibility Source Unit Parent
property public
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringManager

Description

List of profiles that are registered on your manager.

See Also