appglobalswitch Value property
Return to Introduction  Previous page  Next page
Applies to
acAppGlobalSwitch component.  

Declaration
property Value: Boolean;  

Description
The Value property of acAppGlobalSwitch component is some any boolean value. When you change this Value, it will be changed accordingly in all other connected acAppGlobalSwitch components, and additionally, each connected component will trigger OnSwitch event.  
 
iiinfo Connected components is the component specified in GlobalSwitch property, plus all components which connected to THIS acAppGlobalSwitch component. In ideal, you should have one main "switch", and some number of secondary "switches" connected to the main "switch".  

See also
GlobalSwitch and RegistrySaver properties;  
OnSwitch event.