System.Beacon.TEddystoneUID.SetInstance
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.