Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Phidget.SetTag
Sets the tag value.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Phidget | 14.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "Phidget.SetTag"; PhidgetRef; Value ) More
Parameters
Parameter | Description | Example |
---|---|---|
PhidgetRef | The reference number for the phidget. | $phidget |
Value | The new tag value. | Get(RecordID) |
Result
Returns OK or error.
Description
Sets the tag value.The tag value allows you to associate any value with the phidget, e.g. a record ID.
Examples
Set tag:
MBS( "Phidget.SetTag"; $phidget; MyTable::MyRecordID )
See also
Release notes
- Version 14.0
- Added Phidget.GetTag and Phidget.SetTag functions.
Example Databases
Blog Entries
This function is free to use.
Created 8th January 2024, last changed 11st May 2024