System.Beacon.TEddystoneUID.SetInstance

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function SetInstance(const Value: string): boolean;

C++

bool __fastcall SetInstance(const System::UnicodeString Value);

Properties

Type Visibility Source Unit Parent
function public
System.Beacon.pas
System.Beacon.hpp
System.Beacon TEddystoneUID

Description

Tries to set the Instance identifier into the given Value.

SetInstance tries to set the Instance as a string into the given parameter. SetInstance returns True when it sets the value successfully, and False otherwise.

See Also