[ TDICondition ]
[ next: DeadBand ]
public:
__property dword ArraySize = { read=FGetArraySize, write=FSetArraySize, default=1 };
If you would like to submit additions or improvements to this page, click: admin@bcb-tools.com.
DESCRIPTION
Top
See Also
The ArraySize property contains the number of internal DICONDITION structures wrapped inside the TDICondition component.
By default the ArraySize is initialized to 1, meaning that this TDICondition component wraps a single DICONDITION structure. To wrap multiple structures, set the TDICondition::ArraySize to the total number of internal structures desired.
SEE ALSO
Top