Procedure Properties |
The Procedure type exposes the following members.
| Name | Description | |
|---|---|---|
| ContainsExecutableCode |
Does the QuickLogic procedure contain any statements or is it empty.
| |
| IsCustomLogic | ||
| Name |
The name of this QuickLogic procedure.
| |
| ParameterFormat |
A format string that represents the names and types of any parameters
that are expected by this QuickLogic procedure when it is executed.
| |
| SmartScript | ||
| Source |
The source text for the QuickLogic.
NOTE: If this is empty, you may need to call Upgrade() to convert from the previous version of QuickLogic.
| |
| Visual |
The Visual that this QuickLogic procedure is bound to.
|