System.Beacon.Components.TBeaconRegionItem.Major

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Major: Integer read FMajor write SetMajor default MAJOR_REGION_ALL;

C++

__property int Major = {read=FMajor, write=SetMajor, default=-1};

Properties

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

Description

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

See Also