IOType Property
Applies To
LED
Description
Gets or sets the type of the I/O that indicates it to the LED Control.
Usage
GGet Form.Control.IOType, var
GSet Form.Control.IOType, value
- Form
- Name of a form or string variable containing a form name.
- Control
- Name of a control or string variable containing a control name.
- var
- Integer variable that will contain the value of the property.
- value
- Integer expression for the new value of the property.
Values
0 - Input
1 - Output
2 - Memory
Default: Input
See Also
LED, IOBit
Example
GSet frmMain.Led1.IOType, IOTYPE_OUTPUT
← IOBit Property K →