Jump to content

XControl:Properties: Difference between revisions

From LabVIEW Wiki
Line 9: Line 9:
After creation default VIs are created with a specific connector pane layout.
After creation default VIs are created with a specific connector pane layout.


If a property read or write has taken place the [[XControl:Abilities:Convert_state_for_save_Ability_VI|Display State Changed Event]] is called, allowing the use of a messaging system.
If a property read or write has taken place the [[XControl:Abilities:Facade_Ability_VI#Display_State_Change|Display State Changed Event]] is called, allowing the use of a messaging system.
[[Category:User Interface]]
[[Category:User Interface]]

Revision as of 19:19, 29 July 2007

Properties

Properties can be accessed from the owning VI and use VI server to communicate with the XControl. During creation of a property there is the option to make the property write or read only or write/read. After creation default VIs are created with a specific connector pane layout.

If a property read or write has taken place the Display State Changed Event is called, allowing the use of a messaging system.