XControl:Properties: Difference between revisions
Appearance
No edit summary |
|||
Line 1: | Line 1: | ||
Properties can be accessed from the owning VI and use VI server to communicate with the [[XControl]]. | 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. | During creation of a property there is the option to make the property write or read only or write/read. | ||
Line 10: | Line 4: | ||
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. | 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: | |||
[[Category:XControl]] |
Latest revision as of 07:11, 8 October 2007
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.