System.Beacon.Components.TCustomBeaconDevice.Minor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Minor: Integer read FMinor write SetMinor default 0;

C++

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

Properties

Type Visibility Source Unit Parent
property public
System.Beacon.Components.pas
System.Beacon.Components.hpp
System.Beacon.Components TCustomBeaconDevice

Description

Indicates the Minor ID value.

Minor represents the Minor ID value that TCustomBeaconDevice advertises as a further sub-region. This sub-region is inside a Major subdivision.

See Also