|
VADELIA |
|
|
|
(I/B) (C) |
Section for use
DECLARATION
Syntax
POINTER VarorArray Option
Option |
→ |
*IDISPATCH | *IUNKNOWN |
Description
Declares an Option pointer variable named VarorArray or an array of pointers.
Notes:
- Pointer variables cannot be used in data structures.
- *IDISPATCH and *IUNKNOWN pointer variables and arrays act as parameters for methods of graphic objects based on an ActiveX control.
Example
POINTER P1 *IDISPATCH
POINTER T1(10) *IUNKNOWN