System.Beacon.Components.TCustomBeaconDevice.GUID

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GUID: TGUID read FGUID write SetGUID;

C++

__property GUID GUID = {read=FGUID, write=SetGUID};

Properties

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

Description

Global unique identifier for TCustomBeaconDevice.

GUID represents the UUID with type TGUID.

See Also