home *** CD-ROM | disk | FTP | other *** search
- DEFINT A-Z
-
- ' ---------------------------------------------------------------------------
- '
- ' The following are the internal values used to indicate the type of parameter
- '
- ' ---------------------------------------------------------------------------
-
- CONST LayoutLongInt = 4
- CONST LayoutInteger = 5
- CONST LayoutDouble = 6
- CONST LayoutText = 7
- CONST LayoutCardFile = 9
- CONST LayoutCardID = 10
- CONST LayoutCheckBox = 11
- CONST LayoutLink = 12
- CONST LayoutButtonField = 13
- CONST LayoutCard = 16
-
- CONST InputOnly = 128
-
-
- DECLARE SUB Get.BlackBox.Parameters CDECL
- DECLARE SUB Set.BlackBox.Parameters CDECL
-