System.Tether.Manager.TTetheringProfiles.GetProfileInstance
Delphi
class function GetProfileInstance(const AType: TTetheringProfileType; const AOwnerManager: TTetheringManager): TTetheringProfile;
C++
__classmethod TTetheringProfile* __fastcall GetProfileInstance(const System::UnicodeString AType, TTetheringManager* const AOwnerManager);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.Tether.Manager.pas System.Tether.Manager.hpp |
System.Tether.Manager | TTetheringProfiles |
Description
Creates and returns an instance of a profile of the specified profile type that is configured to use the specified manager.
If AType
has not been registered, GetProfileInstance returns null.