System.Beacon.Components.TBeaconRegionItem.Minor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Minor: Integer read FMinor write SetMinor default MINOR_REGION_ALL;

C++

__property int Minor = {read=FMinor, write=SetMinor, default=-1};

Properties

Type Visibility Source Unit Parent
property published
System.Beacon.Components.pas
System.Beacon.Components.hpp
System.Beacon.Components TBeaconRegionItem

Description

The Minor property indicates the Minor ID for filtering the monitored beacons.

See Also