Pin List ALSystemMixer.TALSystemMixerControlPinGroups.SliderPins
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 15: | Line 15: | ||
=== C++ Builder: === | === C++ Builder: === | ||
<code> | <code> | ||
− | '''__property''' TOWPinList | + | '''__property''' TOWPinList SliderPins = { '''read'''=FSliderPins, '''write'''=FSliderPins }; |
</code> | </code> | ||
Revision as of 20:29, 10 June 2013
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TALSystemMixerControlPinGroups
Contents |
Syntax
Delphi:
property SliderPins : TOWPinList read FSliderPins write FSliderPins;
C++ Builder:
__property TOWPinList SliderPins = { read=FSliderPins, write=FSliderPins };
Description
Collection of Integer Progress state pins associated with
Slider Mixer Controls.