Generic class
VI Server Class Information | |
---|---|
Return to VI Server Class Hierarchy | |
Class Name | Generic class |
Class ID | 3 |
Scope | Basic Development Environment |
Class Inheritance |
This class is a top-level class. |
Class Children |
|
This article is a stub. You can help LabVIEW Wiki by expanding it. Please improve this article if you can. |
The Generic class is a class in the VI Server Class Hierarchy, (see also VI Server).
Contents |
Properties
Show/Hide Generic Properties Table
Legend | |
---|---|
R/W | Readable/Writable Permissions |
RTE | Available in the Run-Time Engine |
Basic Development Environment | |
VI Scripting | |
Private | |
Deprecated |
Property ID | Long Name (English) | Description | R/W | RTE |
---|---|---|---|---|
6327800 | Class ID | Class identifier of the object. | Read Only | Yes (Read Only) |
6327801 | Owner (Deprecated) | Read Only | Yes | |
6327802 | Owning VI | Returns a reference to the VI that owns this object. Close this reference when you are finished using it. The reference this property returns does not keep the VI in memory. If the owning VI is removed from memory, this reference becomes invalid. Use the Open VI Reference function to obtain a reference to a VI that stays in memory until you explicitly close the reference. | Read Only | Yes (Read Only) |
6327803 | Class Name | Name of the VI Server class that contains the object. | Read Only | Yes (Read Only) |
6327804 | Modified | Read Only | Yes | |
6327805 | Is On Block Diagram? | Returns TRUE when the object is located on the block diagram. | Read Only | Yes |
6327806 | Owner | Reference to the owning object. The type of the reference is Generic. An object of class Panel does not have an owner (it is the top-level object) and always returns Not A Refnum . | Read Only | Yes (Read Only) |
Methods
Show/Hide Generic Properties Table
Legend | |
---|---|
RTE | Available in the Run-Time Engine |
Basic Development Environment | |
VI Scripting | |
Private | |
Deprecated |
Method ID | Long Name (English) | Description | RTE |
---|---|---|---|
6327400 | Delete | Deletes the object. After LabVIEW deletes the object, all references to the object are invalid. | Yes (Read/Write) |
6327401 | Tag:Set Tag | Sets a tag value. Returns FALSE if LabVIEW does not set the tag value. | Yes (Read/Write) |
6327402 | Tag:Remove Tag | Removes the specified tag. Returns FALSE if LabVIEW did not remove the tag. | Yes (Read/Write) |
6327403 | Tag:Get Tag | Returns a tag value associated with the tag. Returns FALSE if the tag does not exist. | Yes (Read/Write) |
6327404 | Tag:Set Tag Persistence | Sets the persistence of the tag. Returns FALSE if not found. | Yes (Read/Write) |
6327405 | Class Operator:Call | Calls the VI associated with the Operator Name, on the object. Returns FALSE if no operator VI is associated with the class of the object. | Yes (Read/Write) |
6327406 | Class Operator:Traverse | Traverses the object tree of a specified object and performs a function on any object that has a process specified. If the traverse fails, LabVIEW returns FALSE. | Yes (Read/Write) |
6327407 | Set Property | Yes | |
6327408 | Get Property | Yes | |
6327409 | Get Property Call Data | Yes | |
632740A | NI Security:Set Access Control List | Yes | |
632740B | NI Security:Get Access Control List | Yes | |
632740C | NI Security:Remove Access Control List | Yes | |
632740D | Set HeapDocMod For Object | No |
Events
This class has no events.
History
History information is needed. What changes have occurred over previous versions? |
Version | Change(s) |
---|---|
More info to come. |