Click or drag to resize

Procedure Properties

The Procedure type exposes the following members.

Properties
  NameDescription
Public propertyContainsExecutableCode
Does the QuickLogic procedure contain any statements or is it empty.
Public propertyIsCustomLogic
Public propertyName
The name of this QuickLogic procedure.
Public propertyParameterFormat
A format string that represents the names and types of any parameters that are expected by this QuickLogic procedure when it is executed.
Public propertySource
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.
Public propertyVisual
The Visual that this QuickLogic procedure is bound to.
Top
See Also