System.Beacon.TBeaconManufacturerParsers.UnRegisterParser

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UnRegisterParser(const AParserIdentifier: string);

C++

void __fastcall UnRegisterParser(const System::UnicodeString AParserIdentifier);

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Beacon.pas
System.Beacon.hpp
System.Beacon TBeaconManufacturerParsers

Description

Unregisters the TBeaconManufacturerDataParserClass specified by AParserIdentifier.

See Also