Pin List ALSystemMixer.TALSystemMixerControlPinGroups.FaderPins
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 FaderPins = { '''read'''=FFaderPins, '''write'''=FFaderPins }; |
</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 FaderPins : TOWPinList read FFaderPins write FFaderPins;
C++ Builder:
__property TOWPinList FaderPins = { read=FFaderPins, write=FFaderPins };
Description
Collection of Integer Progress state pins associated with
Fader Mixer Controls.