System.Beacon.Components.TCustomBeaconDevice.UUID

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UUID: string read GetUUID write SetUUID;

C++

__property System::UnicodeString UUID = {read=GetUUID, write=SetUUID};

Properties

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

Description

Represents the UUID value for TCustomBeaconDevice.

UUID is the unique identifier for a beacon or a group of beacons.

The value of UUID is of type String.

See Also